formula.anoint-class: 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 of formula.anoint
object.
- print
signature(x = "formula.anoint",...)
:
Display main formula of formula.anoint
object.
- update
signature(object = "formula.anoint",...)
:
Updates formula with same syntax as supplied to anoint
function.