diff --git a/man/bcfa.Rd b/man/bcfa.Rd index 02377da1..0e92dc01 100644 --- a/man/bcfa.Rd +++ b/man/bcfa.Rd @@ -105,7 +105,7 @@ to 10000 for target="jags" and 1000 for Stan targets.} and \code{auto.cov.y = TRUE}. } \value{ - An object that inherits from class \code{\linkS4class[lavaan]{lavaan}}, for which several methods + An object that inherits from class \link[lavaan:lavaan-class]{lavaan}, for which several methods are available, including a \code{summary} method. } \references{ diff --git a/man/blavFitIndices.Rd b/man/blavFitIndices.Rd index 7c37a8be..ce4c1b16 100644 --- a/man/blavFitIndices.Rd +++ b/man/blavFitIndices.Rd @@ -48,7 +48,7 @@ blavFitIndices(object, thin = 1L, pD = c("loo","waic","dic"), \code{"BGammaHat"}, \code{"adjBGammaHat"}, \code{"BMc"}, \code{"BCFI"}, \code{"BTLI"}, or \code{"BNFI"}. If \code{rescale = "MCMC"}, the user may request any indices returned by \code{\link[lavaan]{fitMeasures}} for - objects of class \code{\linkS4class[lavaan]{lavaan}}.} + objects of class \link[lavaan:lavaan-class]{lavaan}.} \item{baseline.model}{If not \code{NULL}, an object of class \code{\linkS4class{blavaan}}, representing a user-specified baseline model. If a \code{baseline.model} is provided, incremental fit indices (BCFI, diff --git a/man/blavaan.Rd b/man/blavaan.Rd index b627a635..29e3208e 100644 --- a/man/blavaan.Rd +++ b/man/blavaan.Rd @@ -94,7 +94,7 @@ to 10000 for target="jags" and 1000 for Stan targets.} overview of the additional parameters that can be set.} } \value{ - An object that inherits from class \code{\linkS4class[lavaan]{lavaan}}, for which several methods + An object that inherits from class \link[lavaan:lavaan-class]{lavaan}, for which several methods are available, including a \code{summary} method. } \references{ diff --git a/man/bsem.Rd b/man/bsem.Rd index 35cd442a..1387375c 100644 --- a/man/bsem.Rd +++ b/man/bsem.Rd @@ -103,7 +103,7 @@ to 10000 for target="jags" and 1000 for Stan targets.} and \code{auto.cov.y = TRUE}. } \value{ - An object of class \code{\linkS4class[lavaan]{lavaan}}, for which several methods + An object of class \link[lavaan:lavaan-class]{lavaan}, for which several methods are available, including a \code{summary} method. } \references{ diff --git a/man/ppmc.Rd b/man/ppmc.Rd index bb6dfd38..de6ba5cf 100644 --- a/man/ppmc.Rd +++ b/man/ppmc.Rd @@ -11,7 +11,7 @@ \description{ This function allows users to conduct a posterior predictive model check to assess the global or local fit of a latent variable model using any discrepancy -function that can be applied to a \code{\linkS4class[lavaan]{lavaan}} model.} +function that can be applied to a \link[lavaan:lavaan-class]{lavaan} model.} \usage{ ppmc(object, thin = 1, fit.measures = c("srmr","chisq"), discFUN = NULL, conditional = FALSE) @@ -44,7 +44,7 @@ ppmc(object, thin = 1, fit.measures = c("srmr","chisq"), discFUN = NULL, \code{discFUN}. For ordinal models, the \code{"logl"} or \code{"chisq"} computations are done via lavaan.} \item{discFUN}{\code{function}, or a \code{list} of functions, that can be - called on an object of class \code{\linkS4class[lavaan]{lavaan}}. Each function + called on an object of class \link[lavaan:lavaan-class]{lavaan}. Each function must return an object whose \code{\link{mode}} is \code{numeric}, but may be a \code{vector}, \code{matrix}, or multidimensional \code{array}. In the \code{summary} and \code{plot} methods, \code{discFUN} is a