anoint.formula {anoint} | R Documentation |
Create a formula.anoint
object
Description
Create formula for use with anoint
.
Usage
anoint.formula(formula=y~(a+b)*trt,family="binomial")
Arguments
formula |
formula specifying analysis of interaction model |
family |
string indicating model family, should be one of |
Details
The formula
should have all subgroups enclosed in parantheses and the treatment variable as an interaction, as shown in default.
Value
Returns instance of formula.anoint
class.
Author(s)
Stephanie Kovalchik <s.a.kovalchik@gmail.com>
See Also
Examples
anoint.formula()
[Package anoint version 1.5 Index]