Description Usage Arguments Value
View source: R/ConstrainedGlm.R
Fit a new GLM In this function we create a new instance a (constrained) glm fit.
1  | ConstrainedGlm.fit_new_glm(formula, family, data, fall_back_to_glm, ...)
 | 
formula | 
 the formula to use for the regression  | 
family | 
 the family used for fitting the GLM (binomial, etc)  | 
data | 
 the data to train the glm on  | 
fall_back_to_glm | 
 boolean should we fall back to traditional glm  | 
... | 
 the other arguments passed to GLM  | 
a fitted glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.