Description Usage Arguments Details Value Author(s) See Also Examples
View and/or change the factory default parameters in ARZIMM
1 2 3 4 5 6 7 | ARZIMM.control(
initpara = list(betaini = NULL, gammaini = NULL, sigmaini = NULL, weight1all = NULL,
weight2all = NULL, calini = TRUE, iniw = FALSE),
tunpara = list(lambdaseq1 = NULL, lambdaseq2 = NULL, ntun = 50, epsilon = c(50000, 5)),
selectpara = list(selgamma = TRUE, selcri = "BIC", pen = "adalasso"),
bootpara = list(bootpval = TRUE, nboot = 500)
)
|
initpara |
a named list of user-specified initial values:
When this list of initial values does not contain some of these components or contains components not of the appropriate length, then the default initial values are used instead. |
tunpara |
a list of control values with components:
|
selectpara |
a list of control values with components:
|
bootpara |
a list of control values with components:
|
If called with no arguments, ARZIMM.control()
returns a list with the
current settings of these parameters. Any arguments included in the call
sets those parameters to the new values, and then silently returns. The
values set are persistent for the duration of the R session.
A list with named elements as in the argument list
Linchen He
Maintainer: Linchen He
Linchen.He@nyulangone.org
1 2 | ARZIMM.control(bootpara=list(bootpval=FALSE))
ARZIMM.control(selectpara=list(selgamma=FALSE,pen='lasso'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.