assoc_param {SIAMCAT}R Documentation

Retrieve parameters of association testing from object.

Description

Retrieve parameters of association testing from object.

Usage

assoc_param(siamcat, verbose=1)

## S4 method for signature 'ANY'
assoc_param(siamcat, verbose = 1)

Arguments

siamcat

(Required). An instance of siamcat-class that contains an object in the associations slot

verbose

If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The parameters of the assocation testing or NULL

Examples

    data(siamcat_example)
    assoc_param(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]