make_staninput_deprecated | R Documentation |
DEPRECATED: make_staninput
make_staninput_deprecated(
exposure,
test,
cues,
category = "category",
response = "response",
group = "group",
group.unique = NULL,
center.observations = T,
scale.observations = F,
pca.observations = F,
pca.cutoff = 1,
lapse_rate = NULL,
mu_0 = NULL,
Sigma_0 = NULL,
tau_scale = NULL,
L_omega_eta = 1,
split_loglik_per_observation = 0,
use_univariate_updating = FALSE,
verbose = F
)
center.observations |
Should the data be centered based on cues' means during exposure? Note that the cues' means
used for centering are calculated after aggregating the data to all unique combinations specified by |
scale.observations |
Should the data be standardized based on cues' standard deviation during exposure? Note that the
cues' standard deviations used for scaling are calculated after aggregating the data to all unique combinations specified
by |
pca.observations |
Should the data be transformed into orthogonal principal components? (default: |
pca.cutoff |
Determines which principal components are handed to the MVBeliefUpdatr Stan program: all
components necessary to explain at least the pca.cutoff of the total variance. (default: .95) Ignored if
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.