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
#' for a single file, and the top-level elements are named after the
151
151
#' corresponding output file name. The basic \code{data.frame} containing
152
152
#' the MODEL MODIFICATION INDICES section of \code{outfile}. Variables include
153
-
#' \item{modV1}{The first variable in the pair to be freed according to the M.I.}
154
-
#' \item{operator}{The suggested relationship between \code{modV1} and \code{modV2}
153
+
#' * `modV1`: The first variable in the pair to be freed according to the M.I.
154
+
#' * `operator`: The suggested relationship between \code{modV1} and \code{modV2
155
155
#' (e.g., WITH for freeing the covariance between \code{modV1} and \code{modV2})}
156
-
#' \item{modV2}{The first variable in the pair to be freed according to the M.I.}
157
-
#' \item{MI}{The decrease in model chi-square if the specified relationship is freely estimated}
158
-
#' \item{EPC}{The expected parameter estimate between \code{modV1} and \code{modV2} if freed.}
159
-
#' \item{Std_EPC}{The EPC value standardized using the variances of the continuous latent variables.}
160
-
#' \item{StdYX_EPC}{The EPC value standardized using the variances of the continuous latent
161
-
#' variables as well as the variances of the background and/or outcome variables.}
156
+
#' * `modV2`: The first variable in the pair to be freed according to the M.I.
157
+
#' * `MI`: The decrease in model chi-square if the specified relationship is freely estimated
158
+
#' * `EPC`: The expected parameter estimate between \code{modV1} and \code{modV2} if freed.
159
+
#' * `Std_EPC`: The EPC value standardized using the variances of the continuous latent variables.
160
+
#' * `StdYX_EPC`: The EPC value standardized using the variances of the continuous latent variables as well as the variances of the background and/or outcome variables.
0 commit comments