mean_comparisons.check_model_local_foreign: Get mean comparisons from...

Description Usage Arguments Details Value Author(s) See Also

View source: R/mean_comparisons.check_model_local_foreign.R

Description

mean_comparisons performs mean comparisons from object coming from check_model.fit_model_local_foreign

Usage

1
2
3
## S3 method for class 'check_model_local_foreign'
mean_comparisons(x, alpha = 0.05,
  p.adj = "none", ...)

Arguments

x

outputs from check_model.fit_model_local_foreign

alpha

level of type one error. 0.05 (5%) by default

p.adj

NULL for no adjustement of the type one error. p.adj can be "tukey".

...

further arguments passed to or from other methods

Details

S3 method. Mean comparisons based on LSmeans with the R package emmeans. See in the book for mo arere details here

Value

A list of four elements :

Author(s)

Pierre Riviere and Baptiste Rouger

See Also


priviere/PPBstats documentation built on May 6, 2021, 1:20 a.m.