fit_nodk: Goodness of fit statistics for data without don't know

Description Usage Arguments Details Value Examples

View source: R/fit_nodk.R

Description

For data without Don't Know, chi-square goodness of fit between true and model based multivariate distribution

Usage

1
fit_nodk(pre_test, pst_test, g, est.param)

Arguments

pre_test

data.frame carrying pre_test items

pst_test

data.frame carrying pst_test items

g

estimates of γ produced from lca_cor

est.param

estimated parameters produced from lca_cor

Details

fit_nodk

Value

matrix with two rows: top row carrying chi-square value, and bottom row probability of observing that value

Examples

1
## Not run: fit_nodk(pre_test, pst_test, g, est.param)

soodoku/guess documentation built on Dec. 31, 2021, 5:19 p.m.