Displaying 1 result from an estimated 1 matches for "ssnon".
Did you mean:
sinon
2007 Apr 20
1
nlme trouble
...art(~-nu*log(exp(-a*(x-x0)/nu)+exp(b*(x-x0))/nu, exp(1))+c,
initial=BiLinInit0, parameters= c("nu","a","b","c","x0")) #log
defaults to base e, but I used exp(1) just to be sure (tried with just
log(x) as well)
ge = read.table("G:\\SSNon-Linear\\BINDING DATA fixed DESCRIPTORS
ONLY.csv",sep=",",header=TRUE)
#Load in my data set
ge$study = as.factor(ge$study) #Force study to be
a factor variable
gelist = nlsList(RBA~SSBiLin(Molecular.Volume,nu,a,b,c,x0)|study,data=ge)
#This is where I get...