View source: R/utility_functions.R
summary.multi_result | R Documentation |
Print the relative importance ratios
## S3 method for class 'multi_result'
summary(object, ...)
object |
An S3 object of class 'multi_result' created by multilevel(). |
... |
Additional arguments. |
A matrix containing the summary of the model.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.