| tgr_summary | R Documentation |
Prints a summary table of TGR statistics by group. The underlying
observation-level TGR values are the same as those returned by
efficiencies(object, type = "tgr").
tgr_summary(object, ...)
object |
a fitted |
... |
additional arguments (currently unused). |
A data frame with columns: Group, N, Mean, SD, Min, Q1, Median, Q3, Max.
efficiencies.metafrontier,
technology_gap_ratio, boot_tgr
sim <- simulate_metafrontier(n_groups = 2, n_per_group = 50,
seed = 42)
fit <- metafrontier(log_y ~ log_x1 + log_x2, data = sim$data,
group = "group", method = "sfa",
meta_type = "deterministic")
tgr_summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.