View source: R/msprog_methods.R
| print.MSprogOutput | R Documentation |
print method for class "MSprogOutput".
## S3 method for class 'MSprogOutput'
print(x, ...)
x |
An object of class |
... |
Optional arguments for |
The method prints out (1) the package version, (2) a full list of function arguments, and (3) a short paragraph describing the full set of criteria used to obtain the output.
Invisibly returns x.
output <- MSprog(toydata_visits, "id", "EDSS", "date", "edss",
relapse=toydata_relapses, conf_days=7*12, conf_tol_days=30,
event="multiple", baseline="roving", verbose=2)
print(output) # textual description of parameters used to obtain output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.