associations<- {SIAMCAT}R Documentation

Assign a new assocications object to x

Description

Assign a new assocications object to x

Usage

associations(x) <- value

## S4 replacement method for signature 'siamcat,associations'
associations(x) <- value

Arguments

x

an object of class siamcat-class

value

an associations object

Value

none

Examples

data(siamcat_example)
associations(siamcat_example) <- new("associations",
    assoc.results=associations(siamcat_example),
    assoc.param=assoc_param(siamcat_example))

[Package SIAMCAT version 1.2.1 Index]