| print.xplus | R Documentation |
Print an xplus model
## S3 method for class 'xplus'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
An |
digits |
Number of significant digits. |
... |
Additional arguments. |
Invisibly returns x.
Zhou et al. (2022). doi:10.1371/journal.pcbi.1009956
summary.xplus(), coef.xplus()
set.seed(1)
x <- matrix(rnorm(100 * 5), ncol = 5)
y <- c(rep(1, 20), rep(0, 80))
fit <- xplus(x, y, max_iter = 5)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.