powered by
## S3 method for class 'oemfit' ## S3 method for class 'oemfit': print(x, digits = max(3, getOption("digits") - 3), ...)
lambda
x=matrix(rnorm(100*20),100,20) y=rnorm(100) fit <- oemfit(y~x) print(fit)
Run the code above in your browser using DataLab