formula.anoint-class {anoint} | R Documentation |
Class "formula.anoint"
Description
Formula class for anoint
objects
Objects from the Class
Objects can be created by calls of the form new("formula.anoint", ...)
.
Slots
formula
:formula supplied to
anoint
uni
:list of all univariate interaction model formulas
prognostic
:formula of subgroup main effects
prognostic.trt
:formula of subgroup and treatment main effects model (no interactions)
trt
:character string of treatment variable
family
:character string describing model family
Methods
- show
signature(object = "formula.anoint")
: Display main formula offormula.anoint
object.signature(x = "formula.anoint",...)
: Display main formula offormula.anoint
object.- update
signature(object = "formula.anoint",...)
: Updates formula with same syntax as supplied toanoint
function.
Author(s)
Stephanie Kovalchik s.a.kovalchik@gmail.com
See Also
[Package anoint version 1.5 Index]