plot.bmbstats_observations_MBI: S3 method for plotting 'observations_MBI' results

Description Usage Arguments Examples

View source: R/observations-MBI-S3.R

Description

S3 method for plotting observations_MBI results

Usage

1
2
## S3 method for class 'bmbstats_observations_MBI'
plot(x, ...)

Arguments

x

Object of class bmbstats_observations_MBI

...

Extra arguments. Use plot_control for plotting options and true_observations for plotting true or supplementary observations

Examples

 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)

mladenjovanovic/bmbstats documentation built on Aug. 5, 2020, 4:20 p.m.