View source: R/summary.xplus.R
| summary.xplus | R Documentation |
Summarize an xplus model
## S3 method for class 'xplus'
summary(object, ...)
object |
An |
... |
Additional arguments. |
A list of class summary.xplus with model details.
Zhou et al. (2022). doi:10.1371/journal.pcbi.1009956
print.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)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.