summary.multi_result: Print the relative importance ratios

View source: R/utility_functions.R

summary.multi_resultR 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)


GCCfactor documentation built on Nov. 2, 2023, 5:59 p.m.