Learn R Programming

NCA (version 4.0.1)

ceilings: a set of all available ceiling techniques

Description

Ceilings to use for the nca or nca_analysis methods
> nca(data, c(1, 2), 3, ceilings=c('ols', 'ce_fdh', 'cr_fdh'))

Note that the ols regression line is not a ceiling but is included as a reference.

Ceiling TechniqueName
colsCorrected Ordinary Least Squares
qrQuantile Regression
ce_vrsCeiling Envelopment with Varying Return to Scale
cr_vrsCeiling Regression with Varying Return to Scale
ce_fdhCeiling Envelopment with Free Disposal Hull
cr_fdhCeiling Regression with Free Disposal Hull
c_lpCeiling Linear Programming

Note: The SFA and LH ceiling lines are deprecated (discontinued) from version 3.2.0

Arguments