Bayesian alternative to ANOVA
StatsMetric(
y = NULL,
y.names = NULL,
x = NULL,
x.names = NULL,
DF,
params = NULL,
job.group = NULL,
initial.list = list(),
model.name,
jags.model,
custom.model = NULL,
run.robust = FALSE,
...
)
criterion variable(s), Default: NULL
optional names for criterion variable(s), Default: NULL
categorical variable(s), Default: NULL
optional names for categorical variable(s), Default: NULL
data to analyze
define parameters to observe, Default: NULL
for some hierarchical models with several layers of parameter names (e.g., latent and observed parameters), Default: NULL
initial values for analysis, Default: list()
name of model used
specify which module to use
define a custom model to use (e.g., string or text file (.txt), Default: NULL
logical, indicating whether or not robust analysis, Default: FALSE
further arguments passed to or from other methods