search for: mybinom

Displaying 1 result from an estimated 1 matches for "mybinom".

Did you mean: dbinom
2007 Nov 16
4
alternative to logistic regression
You can fit a linear probability model with glm and a bit of arm twisting. First, make your own copy of the binomial function: > dump('binomial', file='mybinom.R') Edit it to change the function name to "mybinom" (or anything else you like), and to add 'identity' to the list of okLinks. Source the file back in, and use mybiom('identity') to fit the model. Caveat Emptor: This will work just fine if all of your data i...