R/pvals.fnc.R

Defines functions pvals.fnc

Documented in pvals.fnc

pvals.fnc <- function(object, ...) {
  stop("MCMC sampling is no longer supported by lme4.
       For p-values, use the lmerTest package, which provides
       functions summary() and anova() which give p-values of
       various kinds.")
}

Try the languageR package in your browser

Any scripts or data that you put into this service are public.

languageR documentation built on May 2, 2019, 10:02 a.m.