powered by
This function returns the residuals of the fitted SSFA model.
# S3 method for ssfa residuals(object, ...)
an object of class ssfa.
ssfa
further arguments for methods.
library(ssfa) data(SSFA_example_data) data(Italian_W) ssfa <- ssfa(log_y ~ log_x, data = SSFA_example_data, data_w=Italian_W, form = "production", par_rho=TRUE) residuals.ssfa(ssfa)
Run the code above in your browser using DataLab