Skip to content

Commit

Permalink
fix some more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmerkle committed Sep 11, 2024
1 parent 21a1e2f commit 1305c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: A structural after measurement approach to SEM, using Stan.
License: GPL (>= 3)
ByteCompile: true
Depends: R(>= 3.5.0), methods, Rcpp(>= 0.12.15)
Imports: utils, blavaan(>= 0.5-3), coda, rstantools(>= 1.5.0), RcppParallel (>= 5.0.1)
Imports: utils, blavaan(>= 0.5-3), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1)
LinkingTo: StanHeaders (>= 2.26.0), rstan (>= 2.26.0), BH (>= 1.69.0), Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>= 5.0.1)
Suggests: modeest(>= 2.3.3), cmdstanr, semTools, tinytest
SystemRequirements: GNU make
Expand Down
8 changes: 4 additions & 4 deletions man/bsam.Rd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
\name{bsem}
\alias{bsem}
\name{bsam}
\alias{bsam}
\title{Fit Structural Equation Models}
\description{
Fit a Structural Equation Model (SEM).}
\usage{
bsem(..., ngibbs = 50L)
bsam(..., ngibbs = 50L)
}
\arguments{
\item{...}{Default blavaan arguments. See \code{\link{blavaan}}.}
Expand All @@ -16,7 +16,7 @@ bsem(..., ngibbs = 50L)
estimation of a \code{blavaan} model.
}
\value{
An object of class \code{\linkS4class{blavaan}}, which inherits from \code{\linkS4class{lavaan}}.
An object of class \code{\linkS4class{blavaan}}, which inherits from \code{lavaan}.
}
\references{
Edgar C. Merkle, Ellen Fitzsimmons, James Uanhoro, & Ben Goodrich (2021). Efficient Bayesian Structural Equation Modeling in Stan. Journal of Statistical
Expand Down

0 comments on commit 1305c8a

Please sign in to comment.