Re: [R] help with R semantics

2008-04-03 Thread Ken Knoblauch
Hi, Charles Annis, P.E. StatisticalEngineering.com> writes: > logit.FC <- function(POD.floor = 0, POD.ceiling =1) > { if (POD.floor < 0 | POD.floor > 1) stop ("POD.floor must be between zero > and one.") > if (POD.ceiling < 0 | POD.ceiling > 1) stop ("POD.ceiling must be > between zero and

[R] help with R semantics

2008-04-03 Thread Charles Annis, P.E.
Greetings: I'm running R2.6.2 on a WinXP DELL box with 2 gig RAM. I have created a new glm link function to be used with family = binomial. The function works (although any suggested improvements would be welcome), logit.FC <- function(POD.floor = 0, POD.ceiling =1) { if (POD.floor <