Description Usage Arguments Value Examples
Given a data frame containing a response variable and predictor(s), compute R-squared or AUC with confidence interval and the p-value. We currently supports gaussian and binomial models. If multiple predictors are specified, we return the minimum p-value
1 |
data |
A data frame containing the response and predictor(s) |
response |
The name of the response variable |
predictors |
The predictor variable(s) |
level |
The confidence level of the interval |
a data frame containing r-squared or AUC (eval), confidence interval (l_eval, u_eval), p-value along with the information of the specified response and predictors
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.