plot.two.sample.test: Plot Function for chatham.bio532

Description Usage Arguments Author(s)

View source: R/utils.r

Description

Plot Function for chatham.bio532

Usage

1
2
3
## S3 method for class 'two.sample.test'
plot(x, method = c("histogram", "diagnostic"),
  conf.int = c("2T", "PT", "NT"), ...)

Arguments

x

plot object (from two.sample.test)

method

Whether to plot histograms of test statistic distributions or linear model diagnostics

conf.int

If histogram is chosen for method, the choice for confidence interval display. 2T produces a two-tailed interpretation of a confidence interval; PT produces a positive limit (if the alternative hypothesis is expected to be "greater than"); NT produces a negative limit (if the alternative hypothesis is expected to be "less than"). The confidence intervals are automatically found from the alpha argument of the test that was performed.

...

other arguments passed to plot (see hist)

Author(s)

Michael Collyer


mlcollyer/chatham.bio532 documentation built on May 23, 2019, 2:08 a.m.