"OutcomeOnly"Identifies method as using only outcome regression.
Objects can be created by calls of the form new("OutcomeOnly", ...).
These objects are for convenience in package development
and should not be created by users.
outcome:An object of class "OutcomeRegression."
     Results of outcome regression step(s).
signature(object = "OutcomeOnly", data = "data.frame"): 
    Predict outcome for all treatment options.
signature(object = "OutcomeOnly"): 
      Retrieve the parameter estimates for each regression.
signature(object = "OutcomeOnly"): 
      Retrieve the value object returned by each regression method.
signature(object = "OutcomeOnly"): 
      Retrieve the value object returned by each regression method.
signature(x = "OutcomeOnly"): 
      Generate plots of each regression object.
signature(x = "OutcomeOnly"): 
      Print each regression object.
signature(object = "OutcomeOnly"): 
      Retrieve the value object returned by each propensity
      regression method (returns NA).
signature(object = "OutcomeOnly"): 
      Show key results of each regression object.
signature(object = "OutcomeOnly"): 
      Retrieve key summary information from each regression object.
# NOT RUN {
showClass("OutcomeOnly")
# }
Run the code above in your browser using DataLab