search for: oklinks

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

2007 Nov 16
4
alternative to logistic regression
...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 is far enough away from 0 or 1. But if the predicted value for any data point, at any time during the iteration, is <=0 or >=1 then the calcula...