print.fracridge | R Documentation |
Print Method for fracridge Objects
## S3 method for class 'fracridge'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
Invisibly returns x
.
## Not run:
# Generate random data
set.seed(0)
X <- matrix(rnorm(100 * 10), nrow = 100, ncol = 10)
y <- rnorm(100)
# Perform fractional ridge regression
result <- fracridge(X, y, fracs = 0.3)
# Print the result
print(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.