Skip to content

Commit bd9d717

Browse files
committed
add files
1 parent 5cdd770 commit bd9d717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lpme/R/lpme_DoBootPartition.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' \item "mcmc_joint": Full Bayesian model that simultaneously estimates latent variables and outcome relationship using \code{numpyro}
2121
#' \item "mcmc_overimputation": Two-stage MCMC approach with measurement error correction via over-imputation
2222
#' }
23-
#' @param latent_estimation_fn Custom function for estimating latent trait from \code{observables} if \code{estimation_method="custom"} (optional).
23+
#' @param latent_estimation_fn Custom function for estimating latent trait from \code{observables} if \code{estimation_method="custom"} (optional). The function should accept a matrix of observables (rows are observations) and return a numeric vector of length equal to the number of observations.
2424
#' @param mcmc_control A list indicating parameter specifications if MCMC used.
2525
#' \itemize{
2626
#' \item{\code{backend}}{

lpme/R/lpme_DoOneRun.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' \item "mcmc_overimputation": Two-stage MCMC approach with measurement error correction via over-imputation
1616
#' \item "custom": In this case, latent estimation performed using \code{latent_estimation_fn}.
1717
#' }
18-
#' @param latent_estimation_fn Custom function for estimating latent trait from \code{observables} if \code{estimation_method="custom"} (optional).
18+
#' @param latent_estimation_fn Custom function for estimating latent trait from \code{observables} if \code{estimation_method="custom"} (optional). The function should accept a matrix of observables (rows are observations) and return a numeric vector of length equal to the number of observations.
1919
#' @param mcmc_control A list indicating parameter specifications if MCMC used.
2020
#' \itemize{
2121
#' \item{\code{backend}}{

0 commit comments

Comments
 (0)