Description Usage Arguments Value Examples
Assign a new assocications object to x
1 2 3 4 | associations(x) <- value
## S4 replacement method for signature 'siamcat,list'
associations(x) <- value
|
x |
an object of class siamcat-class |
value |
an associations object |
none
1 2 3 4 | data(siamcat_example)
associations(siamcat_example) <- list(
'assoc.results'=associations(siamcat_example),
'assoc.param'=assoc_param(siamcat_example))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.