Learn R Programming

episode (version 1.0.0)

print.reg: Print 'reg' object

Description

Prints objects of class reg.

Usage

# S3 method for reg
print(x, ...)

Arguments

x

Object of class reg.

...

Additional arguments passed to print.

See Also

reg

Examples

Run this code
# NOT RUN {
# Example: default regularisation
reg()

# }

Run the code above in your browser using DataLab