Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.factorplot

Summary method for objects of class factorplot


Description

Summarizes the number of significant positive and negative differences for objects of class factorplot

Usage

## S3 method for class 'factorplot'
summary(object, ...)

Arguments

object

An object of class factorplot

...

Other arguments passed to summary, currently not implemented

Author(s)

Dave Armstrong (Department of Political Science, UW-Milwaukee)

See Also

Examples

x <- as.factor(round(runif(1000, .5,5.5)))
levels(x) <- paste("lab", 1:20, sep="")
X <- model.matrix(~x)
b <- rnorm(ncol(X),0,4)
Y.hat <- X %*% b 
Y <- Y.hat  + rnorm(1000)
mod <- lm(Y ~ x)
fp <- factorplot(mod, factor.variable="x", pval=0.05, order="alph")
summary(fp)

factorplot

Graphical Presentation of Simple Contrasts

v1.1-2
GPL (>= 2)
Authors
Dave Armstrong (Department of Political Science, UW-Milwaukee)
Initial release
2016-06-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.