- formula
a symbolic description of the model to be fit.
- data
name of the data set; object of data.frame class
- contrasts
serves to choose types of contrasts to study effects of factors, same with glm{stats}), orthogonal polynomials by default
- XLB
the vector of smallest possible values of regression effects betas; can be number if pertains to all betas.
- XUB
the vector of largest possible values of regression effects betas; can be number if pertains to all betas.
- a
the value of shape parameter of gamma distributed inverce dispersion parameter (phi), i.e., phi~Ga(a,b), so that mean(phi)=a/b and var(phi)=a/b^2
- b
the value of rate (1/scale) parameter of gamma distributed inverce dispersion parameter (phi), i.e., phi~Ga(a,b), so that mean(phi)=a/b and var(phi)=a/b^2
- scale_min
the smallest number of sample size scale range, 1 signifies the given data sample size (observed total counts).
- scale_max
the max number of sample size considered in power analysis. 5 by default means 5 times augmented observed counts
- effect
quoted effect tested by hypothesis; it should be one from the model formula, of second or higher order, introduced by * delimiter, i.e., "y*x", "y1*y2*x1*x2", etc.
- p_alpha
serves to signify Z to check simulated z-scores against in power analysis, 0.05 by default
- draw
indicates requested number of samples
- burnin
indicates requested number of initial samples to discard