View source: R/print-methods.R
| print.simple_screenr | R Documentation | 
screenr Objectsprint.simple_screenr is print method for
simple_screenr objects.
## S3 method for class 'simple_screenr'
print(x, ...)
| x | an object of class  | 
| ... | optional arguments to  | 
Nothing. Thresholds, specificities and sensitivities are printed as a side effect.
data(unicorns)
toosimple <- simple_screenr(testresult ~ Q1 + Q2 + Q3 + Q4 + Q5 + Q6,
                          data = unicorns)
print(toosimple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.