View source: R/HK2_decomposition.R
summary.HK2_decomposition | R Documentation |
summary
method for class HK2_decomposition
summary
method for class HK2_decomposition
## S3 method for class 'HK2_decomposition'
summary(
HK2_decomposition,
parameter = "adim",
t_aggregate = c(2, 1),
x_aggregate = c(3, 2)
)
HK2_decomposition |
Object of class |
parameter |
Parameter to be collected. Either "adim" or "dim" for the respective decomposition or a subset of 1:14. Default "adim". |
t_aggregate |
Integer scalar of vector of length two specifying treatment aggregate to be collected. 1 is reserved for collection of all treaments. If single integer, level is extracted. Vector of length two like c(3,2) provides aggregate 2 minus aggregate 1. |
x_aggregate |
Integer scalar of vector of length two specifying covariate aggregate to be collected. If single integer, level is extracted. 1 is reserved for the unconditional version. vector of length two like c(3,2) provides aggregate 2 minus aggregate 1. |
Matrix containing point estimates and standard errors of selected parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.