summary.multi_result {GCCfactor}R Documentation

Print the relative importance ratios

Description

Print the relative importance ratios

Usage

## S3 method for class 'multi_result'
summary(object, ...)

Arguments

object

An S3 object of class 'multi_result' created by multilevel().

...

Additional arguments.

Value

A matrix containing the summary of the model.

Examples


panel <- UKhouse # load the data
est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5,
                           depvar_header = "dlPrice", i_header = "Region",
                           j_header = "LPA_Type", t_header = "Date")
summary(est_multi)


[Package GCCfactor version 1.0.1 Index]