View source: R/cs_percentage.R
summary.cs_percentage | R Documentation |
Summary Method for the Percentage-Change Approach
## S3 method for class 'cs_percentage'
summary(object, ...)
object |
An object of class |
... |
Additional arguments |
No return value, called for side effects only
cs_results <- claus_2020 |>
cs_percentage(
id,
time,
bdi,
pre = 1,
post = 4,
pct_improvement = 0.5
)
summary(cs_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.