
Computes the best intercept for the model while minimizing error
computeIntercept.Rd
Computes the best intercept for the model
Arguments
- 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)