print.summary.roblm {roblm}R Documentation

print method for objects of class summary.roblm

Description

Print method for elements of class summary.roblm

Usage

## S3 method for class 'summary.roblm':
print(x, digits = max(3, getOption("digits") - 3), 
symbolic.cor=
          x$symbolic.cor, signif.stars = getOption("show.signif.stars"),
         ...) 

Arguments

x an object as created by summary.roblm
digits number of digits to display
symbolic.cor logical variable indicationg whether to use symbols to display the estimated correlation matrix of the coefficient estimators
signif.stars logical variable indicating whether to use stars to display different levels of significance in the individual t-tests
... extra arguments for print

See Also

print.summary.lm


[Package roblm version 0.5-1 Index]