anchors.options {anchors} | R Documentation |
'anchors.options' can be used to set or query parameters passed to anchors functions. Parameters can be set by specifying them as arguments to 'anchors.options' in 'tag = value' form, and will return an updated list of parameters.
anchors.options(...)
... |
arguments in 'tag = value' form. The tags must come from the anchors parameters described below. |
Options specific to each method are described in their respective help pages.
Options generic to all functions are:
Jonathan Wand http://wand.stanford.edu
Wand, Jonathan; Gary King; and Olivia Lau. (2007) ``Anchors: Software for Anchoring Vignettes''. Journal of Statistical Software. Forthcoming. copy at http://wand.stanford.edu/research/anchors-jss.pdf
Wand, Jonathan and Gary King. (2007) Anchoring Vignetttes in R: A (different kind of) Vignette copy at http://wand.stanford.edu/anchors/doc/anchors.pdf
anchors
,
chopit
,
anchors.data
,
anchors.order
data(mexchn) fo <- list(self = xsayself ~ 1, vign = xsay3 ~ 1, tau = ~1 ) out1 <- chopit( fo, mexchn, options= anchors.options( vign.var = "hetero", normalize="hilo" )) summary(out1)