
Auto replication settings class.
Source:R/replication_settings.R
auto_replication_settings-class.RdAuto replication settings class.
Slots
wishartlogical, sample OMEGAs and SIGMAs from scaled inverse chi-squared or Wishart distributions
odfthe degrees of freedom for the scaled inverse chi-squared/Wishart distribution with regards to the OMEGAs, integer vector
sdfthe degrees of freedom for the scaled inverse chi-squared/Wishart distribution with regards to the SIGMAs, integer vector
quietlogical, suppress info messages
max_iterationsnumber of iterations maximum to sample the parameters
max_chunk_sizemaximum number of rows to sample at once, default value will be the number of replicates, unless specified.
check_min_maxlogical, check for min/max values when sampling the parameters
check_pos_deflogical, check for positive definiteness when sampling the OMEGA/SIGMA parameters
wishart_correctionlogical, FALSE is default, see https://github.com/metrumresearchgroup/simpar/issues/11