search for: modnlme

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

Did you mean: modname
2007 Jun 12
0
nlme model
...dlme, but use (b/(c+(da^-z))) instead of log(da). Keeping d and habdiv as fixed effects and the sr-da relationship for each basin as a random effect. For the life of me I can not figure out the proper form of nlme. Any help would be greatly appreciated. Fsr<-function(da,b,c,z){b/(c+(da^-z} modnlme<-nlme(sr~d+habdiv+Fsr(da,b,c,z), fixed=, random=, start=)