Learn R Programming

ssfa (version 1.2.2)

fitted.ssfa: SSFA fitted values

Description

This function returns the fitted values of the original data used to estimate the SSFA model.

Usage

# S3 method for ssfa
fitted(object, ...)

Arguments

object

an object of class ssfa.

...

further arguments for methods.

Examples

Run this code
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