Description Usage Arguments Examples
View source: R/observations-MBI-S3.R
S3 method for printing observations_MBI
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_MBI <- observations_MBI(
bench_press_data$Change,
SESOI_lower = -5,
SESOI_upper = 5,
measurement_error = 2.5,
confidence = 0.9
)
obs_MBI
plot(obs_MBI)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.