sample_mbb_acc: Sample data from multivariate beta-binomial model

View source: R/sample_mbb.R

sample_mbb_accR Documentation

Sample data from multivariate beta-binomial model

Description

Sample data from multivariate beta-binomial model

Usage

sample_mbb_acc(
  gd = "nu40_rho50_blocks2",
  params = NULL,
  n = 200,
  data = NULL,
  job = NULL,
  nrep = 1,
  ...
)

Arguments

gd

character, generative distribution, needs to be one of names(DIST)

params

alternatively to gd, params can also be specified directly, e.g. via params = SIMPle::define_dist()[[1]]$params

n

integer, total sample size

data

ignored (required for batchtools compatibility)

job

ignored (required for batchtools compatibility)

nrep

integer, if != 1, then output is list with nrep repetitions

...

further arguments (ignored)


maxwestphal/SEPM.SIM documentation built on April 11, 2024, 4:06 p.m.