View source: R/data.processing.R
| summary.sfareg | R Documentation |
Summary function for stochastic frontier models of sfm(), zsfm(), and psfm() calls.
## S3 method for class 'sfareg'
summary(object, ...)
object |
sfa regression objects of the sfm(), zsfm(), and psfm() calls. |
... |
Additional arguments passed to other methods |
Allows for the usage of summary()
prints while returning the sfareg object
David Bernstein
library(sfa)
cs_data_trial <- data_gen_cs(N= 1000, rand = 1, sig_u = 0.3, sig_v = 0.3,
cons = 0.5, beta1 = 0.5, beta2 = 0.5, a = 4, mu = 1)
cs.nhnz <- sfm(formula = y_pcs_z ~ x1 +x2| z, model_name = "NHN",
data = cs_data_trial, PSopt = TRUE)
summary(cs.nhnz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.