computeIntercept | R Documentation |
Computes the best intercept for the model
computeIntercept(score, y, verbose = FALSE, sign = "auto", plot = FALSE)
score: |
the ^y score of the model |
y: |
the response vector |
verbose: |
print running information when set to TRUE |
sign: |
weather the score should be greater or smaller than the intercept (default:"auto") |
return.all: |
if TRUE, the function will return the intercept as well as the table used to compute it. |
plot: |
if TRUE, the score will be visialized (default:FALSE) |
the intercept, the sign and the accuracy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.