stan_pars {glmmfields} | R 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 |
[Package glmmfields version 0.1.8 Index]