anchors.options: Set or query anchors() parameters

Description Usage Arguments anchors.options() Author(s) References See Also Examples

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

1

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:

verbose

FALSE, if TRUE more detailed run-type printing

silence

FALSE, if TRUE turns off even some standard printing

debug

0, if >0 show gory details for debugging. Caution: high numbers can produce very high volume output.

Author(s)

Jonathan Wand http://wand.stanford.edu

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

1
2
3
4
5
6
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)

anchors documentation built on May 2, 2019, 6:59 a.m.