Displaying 1 result from an estimated 1 matches for "spotintensity".
Did you mean:
postintensity
2003 Jul 24
0
nls.control in gnls
Hi,
I've made a selfStart function for use with gnls and the
following piece of code works nicely:
check1 <- gnls(y ~ spot.shape.fct(xcord, ycord, background, spotintensity,
rho, sigma, delta, mux, muy),
start=getInitial(y ~ spot.shape.fct(xcord, ycord,
background, spotintensity, rho,
sigma, delta, mux, muy), data=claus),
data=claus...