make.prelim.df: A Data Set Modifying Function

View source: R/make.prelim.df.R

make.prelim.dfR Documentation

A Data Set Modifying Function

Description

This function is used to assist the other functions in the package with iteratively running lcmm models.

Usage

make.prelim.df(data, x_name, y_name, g_name)

Arguments

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)

Examples

make.prelim.df()

noahlorinczcomi/sgmm documentation built on Aug. 23, 2023, 1:28 a.m.