summary.roblm {roblm}R Documentation

summary method for roblm

Description

Summary method for elements of class roblm

Usage

## S3 method for class 'roblm':
summary(object, correlation = FALSE,
                symbolic.cor=FALSE, ...) 

Arguments

object an object as created by roblm
correlation logical variable indicating whether to compute the correlation matrix of the coefficient estimators
symbolic.cor logical variable indicating whether to use symbols to display the correlation matrix of the coefficient estimators
... Extra arguments

See Also

summary.lm


[Package roblm version 0.5-1 Index]