plot.bmbstats_observations_MET: S3 method for plotting 'observations_MET' results

Description Usage Arguments Examples

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

Description

S3 method for plotting observations_MET results

Usage

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

Arguments

x

Object of class bmbstats_observations_MET

...

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_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)

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