stan_pars: Return a vector of parameters

View source: R/stan_pars.R

stan_parsR Documentation

Return a vector of parameters

Description

Return a vector of parameters

Usage

stan_pars(
  obs_error,
  estimate_df = TRUE,
  est_temporalRE = FALSE,
  estimate_ar = FALSE,
  fixed_intercept = FALSE,
  save_log_lik = FALSE
)

Arguments

obs_error

The observation error distribution

estimate_df

Logical indicating whether the degrees of freedom parameter should be estimated

est_temporalRE

Logical: estimate a random walk for the time variable?

estimate_ar

Logical indicating whether the ar parameter should be estimated

fixed_intercept

Should the intercept be fixed?

save_log_lik

Logical: should the log likelihood for each data point be saved so that information criteria such as LOOIC or WAIC can be calculated? Defaults to FALSE so that the size of model objects is smaller.


glmmfields documentation built on Oct. 21, 2023, 1:06 a.m.