Learn R Programming

GCCfactor (version 1.0.1)

summary.multi_result: Print the relative importance ratios

Description

Print the relative importance ratios

Usage

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

Value

A matrix containing the summary of the model.

Arguments

object

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

...

Additional arguments.

Examples

Run this code

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)

Run the code above in your browser using DataLab