powered by
This function returns the fitted values of the original data used to estimate the SSFA model.
# S3 method for ssfa fitted(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) fitted.ssfa(ssfa)
Run the code above in your browser using DataLab