summary.PGMM: Summarize the results of piecewise growth mixture model...

summary.PGMMR Documentation

Summarize the results of piecewise growth mixture model (PGMM)

Description

Provides a summary of a PGMM model, as returned by BayesPGMM(...).

Usage


## S3 method for class 'PGMM'
summary(object, ...)

Arguments

object

An object of class "PGMM" (returned by BayesPGMM(...)).

...

Additional arguments.

Value

Prints a table with estimates for key parameters in each class identified by BayesPGMM(...).

Author(s)

Eric F. Lock

Examples

data(SimData)  ##load simple simulated dataset
plotPGMM(X,Y) ##Plot the data
Results <- BayesPGMM(X,Y) ##Fit PGMM (can take about 5 minutes)
summary(Results) ##summarize results

lockEF/BayesianPGMM documentation built on Sept. 30, 2022, 6:53 a.m.