| print.metafrontier | R Documentation |
Prints a compact overview of a fitted metafrontier model: the estimation method and metafrontier type, the efficiency estimator and identification objective (where applicable), the groups and their sample sizes, group log-likelihoods, mean technology gap ratio by group, and a one-line convergence status.
## S3 method for class 'metafrontier'
print(x, ...)
x |
a |
... |
additional arguments (currently unused). |
Invisibly returns x.
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")
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.