factorContainer-class: Design matrix S4 functions

factorContainer-classR 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)

  • show(factorContainer): Display a factor container

Examples

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


designr documentation built on May 31, 2023, 8:40 p.m.