Skip to content

Commit

Permalink
fix anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmerkle committed Aug 22, 2024
1 parent 629b1b5 commit ba6da9b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion man/bcfa.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion man/blavFitIndices.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion man/blavaan.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion man/bsem.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
4 changes: 2 additions & 2 deletions man/ppmc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba6da9b

Please sign in to comment.