You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!is.element(class(object)[1], c("wls", "tssem1FEM", "tssem1REM", "meta",
3
3
"meta3LFIML", "reml",
4
4
"tssem1FEM.cluster", "wls.cluster",
5
-
"osmasem", "osmasem3L", "MxModel",
6
-
"mxRAMmodel")))
7
-
stop("\"object\" must be an object of neither class \"meta\", \"meta3LFIML\", \"wls\", \"reml\", \"tssem1FEM\", \"tssem1REM\", \"tssem1FEM.cluster\", \"wls.cluster\", \"osmasem\", \"osmasem3L\", \"MxModel\", or \"mxRAMModel\".")
5
+
"osmasem", "osmasem2", "osmasem3L",
6
+
"MxModel", "mxRAMmodel")))
7
+
stop("'object' must be an object of neither class 'meta', 'meta3LFIML',
0 commit comments