Skip to contents

The StatisticResults_Model class is used to store results of statistical models, including model parameters, test results, and predictions.

Usage

StatisticResults_Model(model = list())

# S3 method for class 'StatisticResults_Model'
validate_object(x)

# S3 method for class 'StatisticResults_Model'
show(x)

Arguments

model

A list containing the model parameters.

x

A StatisticResults_Model object.

Value

An object of class StatisticResults_Model which inherits from Results.

Methods (by generic)

  • validate_object(StatisticResults_Model): Validate the StatisticResults_Model object, returns NULL if valid.

  • show(StatisticResults_Model): Show the StatisticResults_Model object.