associations<- {SIAMCAT} | R Documentation |
x
Assign a new assocications object to x
associations(x) <- value ## S4 replacement method for signature 'siamcat,associations' associations(x) <- value
x |
an object of class siamcat-class |
value |
an associations object |
none
data(siamcat_example) associations(siamcat_example) <- new("associations", assoc.results=associations(siamcat_example), assoc.param=assoc_param(siamcat_example))