search for: bilininit0

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

2007 Apr 20
1
nlme trouble
...at a time? And I was wondering what the "model=as.character(mCall[[1]])" line in the code did. Removing it does not seem to change the error that I receive. My OS is WinXP. Thank You in advance, Chris ###########List of the code that I modified with comments########## library(nlme) BiLinInit0= function(mCall,LHS,data) { model=as.character(mCall[[1]]) #I don't know what this does a <- tan(pi/4) # 45 degree angle (rising slope) b <- -tan(pi/4) # 45 degree angle (desending slope) c <- 0 # intercept nu <- 0.4...