PlausibilityRegion | R Documentation |
glm-fit.
PlausibilityRegion( f0, f1 = NULL, data, family = "binomial", level = 0.95, Nsi = 1000L, Niter = 1L, Napprox = 20L, optMethod = "optim", ..., plClass = "plausibilityGlm", initArgs = list(), sigmaScale = 3 )
f0 |
Null model given as R formula |
f1 |
optional formula containing variables to be marginalized over |
data |
data frame |
Nsi |
Number of stochastic integration samples (defaults to 1e3L) |
Niter |
Number of iterations used when finding the plausibility estimate |
optMethod |
Optimization method to use. Either 'grid' (default) or 'optim' |
... |
Arguments passed to the optimizer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.