plot.slopelm: Plot method for slopelm object

Description Usage Arguments

Description

shows the statistics for the test on the mean and on the slope

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'slopelm'
plot(
  x,
  effect = "all",
  type = "statistic",
  multcomp = NULL,
  alternative = "two.sided",
  enhanced_stat = FALSE,
  ...
)

Arguments

x

a slopelm object

effect

a character string indicating the object to plot. Default is "all".

type

a character string indicating if the statistic of the coefficient should be plotted. Default is "statistic".

multcomp

a character string indicating which multiple comparison procedure should be plotted. Default is "slope_clustermass".

alternative

a character string indicating the alternative of the test in the case of a t test. Default is "two.sided".

enhanced_stat

a logical indicating if the enhanced statistic should be plotted instead of the univarite one. Default is FALSE.

...

other argument pass to plot


jaromilfrossard/permucoSlope documentation built on March 30, 2020, 4:08 p.m.