HTML.sensitivity.summary {accuracy}R Documentation

HTML methods for perturbation analysis

Description

HTML pretty printing methods for use rith R2HTML package

Usage

        HTML.sensitivity.summary(x,quiet=TRUE,...)
        HTML.sensitivity.sim.summary(x,...)
        HTML.sensitivity.anova(x,...)

Arguments

x a sensitivity summary object
quiet show debugging output
... arguments to pass to default functions

Value

None

Author(s)

Micah Altman Micah_Altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman/

References

Altman, M., J. Gill and M. P. McDonald. 2003. Numerical Issues in Statistical Computing for the Social Scientist. John Wiley & Sons. http://www.hmdc.harvard.edu/numerical_issues/

See Also

See Also as perturb, HTML

Examples

    ## Not run: 
if(require(R2HTML,quietly=TRUE)){
  sp=summary(perturb(longley,lm,Employed~.))
  HTML(sp,file="") # HTML Output
}
    
## End(Not run)

[Package accuracy version 1.31 Index]