diff --git a/man/bart.Rd b/man/bart.Rd index 44b22410..7d3e07d1 100644 --- a/man/bart.Rd +++ b/man/bart.Rd @@ -74,6 +74,7 @@ that were not in the training set.} \item \code{sample_sigma_global} Whether or not to update the \code{sigma^2} global error variance parameter based on \code{IG(a_global, b_global)}. Default: \code{TRUE}. \item \code{keep_burnin} Whether or not "burnin" samples should be included in cached predictions. Default \code{FALSE}. Ignored if \code{num_mcmc = 0}. \item \code{keep_gfr} Whether or not "grow-from-root" samples should be included in cached predictions. Default \code{TRUE}. Ignored if \code{num_mcmc = 0}. +\item \code{standardize} Whether or not to standardize the outcome (and store the offset / scale in the model object). Default: \code{TRUE}. \item \code{verbose} Whether or not to print progress during the sampling loops. Default: \code{FALSE}. } diff --git a/man/bcf.Rd b/man/bcf.Rd index 0e96e2e5..6e69348a 100644 --- a/man/bcf.Rd +++ b/man/bcf.Rd @@ -78,6 +78,7 @@ that were not in the training set.} \item \code{random_seed} Integer parameterizing the C++ random number generator. If not specified, the C++ random number generator is seeded according to \code{std::random_device}. \item \code{keep_burnin} Whether or not "burnin" samples should be included in cached predictions. Default \code{FALSE}. Ignored if \code{num_mcmc = 0}. \item \code{keep_gfr} Whether or not "grow-from-root" samples should be included in cached predictions. Default \code{FALSE}. Ignored if \code{num_mcmc = 0}. +\item \code{standardize} Whether or not to standardize the outcome (and store the offset / scale in the model object). Default: \code{TRUE}. \item \code{verbose} Whether or not to print progress during the sampling loops. Default: \code{FALSE}. \item \code{sample_sigma_global} Whether or not to update the \code{sigma^2} global error variance parameter based on \code{IG(a_global, b_global)}. Default: \code{TRUE}. }