Usage
SitemFit(grp, ..., method = "pearson", log = TRUE, qwidth = 6,
qpoints = 49L, alt = FALSE, omit = 0L, .twotier = TRUE,
.parallel = TRUE)
Arguments
grp
a list with spec, param, mean, cov, data, and the free variable pattern
...
Not used. Forces remaining arguments to be specified by name.
method
whether to use a pearson or rms test
log
whether to return pvalues in log units
qwidth
the positive width of the quadrature in Z units
qpoints
the number of quadrature points
alt
whether to include the item of interest in the denominator
omit
number of items to omit (a single number) or a list of the length the number of items
.twotier
whether to enable the two-tier optimization
.parallel
whether to take advantage of multiple CPUs (default TRUE)