dataSumm | R Documentation |
A function which provides basic summaries of data provided within a data frame of covariets. Summaries are in the form of frequencies of counts and associated percentages for categorical data and median (IQR) for continuous data. Intended for use with the pscCFM.R function to define the setting in which a model has been generated
dataSumm(x)
x |
a matrix of covariates |
Categorical/Character data are summarised by a table and Continuous data are summarised as median (IQR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.