factorContainer-class {designr}R Documentation

Design matrix S4 functions

Description

Design matrix S4 functions

Usage

## S4 method for signature 'factorContainer'
show(object)

Arguments

object

A factorDesign object.

Methods (by generic)

Examples

des <- factor.design()
des <- fixed.factor("Factor1", c("1A","1B")) +
       fixed.factor("Factor2", c("2A","2B")) +
       random.factor("Subject", c("Factor1"))


[Package designr version 0.1.13 Index]