Learn R Programming

varycoef (version 0.3.5)

print.summary.SVC_mle: Printing Method for summary.SVC_mle

Description

Printing Method for summary.SVC_mle

Usage

# S3 method for summary.SVC_mle
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Value

The printed output of the summary in the console.

Arguments

x

summary.SVC_mle

digits

the number of significant digits to use when printing.

...

further arguments

See Also

summary.SVC_mle SVC_mle