Learn R Programming

anchors (version 3.0-8)

anchors.options: Set or query anchors() parameters

Description

'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.

Usage

anchors.options(...)

Arguments

...
arguments in 'tag = value' form. The tags must come from the anchors parameters described below.

anchors.options()

Options specific to each method are described in their respective help pages. Options generic to all functions are:

References

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

See Also

anchors, chopit, anchors.data, anchors.order

Examples

Run this code

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)


Run the code above in your browser using DataLab