powered by
You should not be calling this directly. This is not as reliable a strategy and likely to be superseded...
xmuMakeThresholdsMatrices(df, droplevels = FALSE, verbose = FALSE)
a data.frame containing the data for your mxData statement
data.frame
mxData
a binary asking if empty levels should be dropped (defaults to FALSE)
how much feedback to give (defaults to FALSE)
- a list containing an mxMatrix called "thresh", an mxRAMObjective object, and an mxData object
mxMatrix
mxRAMObjective
- http://tbates.github.io
# NOT RUN { # x = mtcars # x$cyl = mxFactor(x$cyl, levels = c(4,6,8)) # umx:::xmuMakeThresholdsMatrices(df = x, droplevels=FALSE, verbose= TRUE) # }
Run the code above in your browser using DataLab