View source: R/make.prelim.df.R
make.prelim.df | R Documentation |
This function is used to assist the other functions in the package with iteratively running lcmm models.
make.prelim.df(data, x_name, y_name, g_name)
data |
enter data set containing predicted latent class membership values. |
x_name |
enter the name of the time-indicating column (str) |
y_name |
enter the name of the time-varying outcome column (str) |
g_name |
enter the name of the column indicating ID values (str) |
make.prelim.df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.