Description Usage Arguments Examples
View source: R/observations-MET-S3.R
S3 method for printing observations_MET
results
1 2 |
x |
Object of class |
... |
Extra arguments. Not used |
1 2 3 4 5 6 7 8 9 10 11 | data("bench_press_data")
obs_MET <- observations_MET(
bench_press_data$Change,
SESOI_lower = -5,
SESOI_upper = 5,
measurement_error = 2.5,
alpha = 0.05
)
obs_MET
plot(obs_MET)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.