Auto replication settings class.
wishart
logical, sample OMEGAs and SIGMAs from scaled inverse chi-squared or Wishart distributions
odf
the degrees of freedom for the scaled inverse chi-squared/Wishart distribution with regards to the OMEGAs, integer vector
sdf
the degrees of freedom for the scaled inverse chi-squared/Wishart distribution with regards to the SIGMAs, integer vector
quiet
logical, suppress info messages
max_iterations
number of iterations maximum to sample the parameters
max_chunk_size
maximum number of rows to sample at once, default value will be the number of replicates, unless specified.
check_min_max
logical, check for min/max values when sampling the parameters
check_pos_def
logical, check for positive definiteness when sampling the OMEGA/SIGMA parameters
wishart_correction
logical, FALSE is default, see https://github.com/metrumresearchgroup/simpar/issues/11