Home > OS >  Table package in R
Table package in R

Time:03-10

Hi I am trying to make a table one which shows the average value for the continuous variable (x) across subgroups. Most table one packages are for frequency tables and treat my variable x as a categorical value and fill in the table with the frequency of observations in each subgroup for a given x value. Any suggestions on a table package that will accomplish what I need.

Thanks all!

CodePudding user response:

You can use the library(vtable). Check the link for more information about this package: enter image description here

You can do so many things with this package, so I would suggest to have a look at the this one.

  •  Tags:  
  • r
  • Related