show,S4Model-method {PDATK}R Documentation

Show method for Classes Inheriting from S4Model

Description

Show method for Classes Inheriting from S4Model

Usage

## S4 method for signature 'S4Model'
show(object)

Arguments

object

A S4Model derivative to show.

Value

None, prints to console.

Examples

data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
metaclustModel


[Package PDATK version 1.1.3 Index]