Specifications of Local Regression Model

DESCRIPTION:

Returns the values of all arguments of the function loess that were used in creating object.

USAGE:

specs.loess(object) 

REQUIRED ARGUMENTS:

object
loess object

VALUE:

a specs.loess object whose components contain the values of all arguments of the function loess that were used in creating object, both values specified by default and values specified by the user.

SEE ALSO:

, .

EXAMPLES:

  gas.m <- loess(NOx ~ E, data = gas, span = 2/3) 
  specs(gas.m) 
                                
 DATA                          
     formula:      NOx ~ E     
     data:                     
     subset:                   
     na.action:                
     model:        FALSE       
 ERRORS                        
     weights:                  
     family:       gaussian    
 SURFACE                       
     normalize:                
     span:         0.67        
     degree:       2           
     parametric:               
     drop.square:              
     enp:          5.52        
 COMPUTING                     
     surface:      interpolate 
     statistics:   approximate 
     cell:         0.2         
     iterations:   4           
     method:       loess