Learn R Programming

GenoGAM (version 1.0.2)

design,GenoGAMDataSet-method: Access the design slot

Description

The design slot contains the formula object which is used to fit the model

Usage

"design"(object)
"design"(object) <- value

Arguments

object
A GenoGAMDataSet object.
value
A formula object

Value

A formula object

Examples

Run this code
ggd <- makeTestGenoGAMDataSet()
design(ggd)
design(ggd) <- ~1

Run the code above in your browser using DataLab