print.metafrontier: Print a Metafrontier Object

View source: R/methods.R

print.metafrontierR Documentation

Print a Metafrontier Object

Description

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.

Usage

## S3 method for class 'metafrontier'
print(x, ...)

Arguments

x

a "metafrontier" object.

...

additional arguments (currently unused).

Value

Invisibly returns x.

Examples

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)

metafrontier documentation built on Aug. 19, 2026, 5:08 p.m.