Isaac Subirana Cachinero
Isaac Subirana Cachinero
URL has been changed in version 4.8.0 which will be available on CRAN in next days too.
Put no variable on left hand of `~` in the formula argument to describe all data. For example, to describe the statistics (i.e, mean, standard deviations or proportions) of ```...
Hi Alberto. By default, export2md function returns and object of class kable. But if you set the format to 'markdown', the resulting table will be of class "flextable" to which...
Could you provide some reproducible example? Thanks
First of all, thank you for using the compareGroups package and for you kind words. I'm glad it is usefull for your work. Answering to your question, I don't find...
Thanks for you kind words. When computing p-value for trends (`show.p.trend=TRUE`) in `compareGroups`, the p-value is computed in the same way as in SPSS for two cathegorical variables linear-by-linear test:...
Hi, You can describe the variables by groups specifying the name of the grouping variable in the left hand side of `~` in the formula argument of `compareGroups` or `descrTable`...
I appreciate your words and am glad you find the package useful. Unfortunately, it is not possible to report both, n and percentage with its confidence interval. Regards, Isaac.
Hi, According to your last comment, it seems that the issue is solved. Isn't it?
As far as I know, we didn't not introduce any explicit code in compareGroups function to change kable default format. Anyway, I've replicated your example using the lattest R and...