summary.apc {APCanalysis}R Documentation

Summary for an apc object

Description

Produces a useful summary of an apc object

Usage

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

Arguments

object

apc object

...

other arguments

Value

none

Author(s)

Arden Miller and Abu Zar Md. Shafiullah

See Also

apc, plot.apc

Examples

## This example demonstrates the analysis of an artificial data set for a unreplicated 
## factorial design for four two-level factors. The values of "resp" were generated as
## "resp<-round(10+8*x1+5*x3+7*x4+6*x1*x4+rnorm(16), 2)". The data is contained in the 
## data frame "testdata". A maximum model size of 6 and an IER of .05 are used.
my.apc = apc(resp~x1*x2*x3*x4, maxsize=6, data=testdata, method=1, level=.05, reps=9000)
summary(my.apc)

[Package APCanalysis version 1.0 Index]