View source: R/data.processing.R
| print.sfareg | R Documentation |
print function for stochastic frontier models of sfm(), zsfm(), and psfm() calls.
## S3 method for class 'sfareg'
print(x, ...)
x |
sfa regression objects of the sfm(), zsfm(), and psfm() calls. |
... |
Additional arguments passed to other methods |
Allows for the usage of print()
No return value, called for side effects
David H. 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)
print(cs.nhnz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.