Displaying 1 result from an estimated 1 matches for "tp4644689p4646182".
2012 Oct 11
1
nls NAs
Hi-
I am using the following code:
start=c(alpha=0.4,beta=0.4)
warm.10<-nls(warming$umoles60~alpha*exp(beta*warming$T10cm),start =
start,data=warming,na.action=na.omit)
This code works for other columns in my dataset that are similar to $T10cm
but the code does not work for this particular column (T10cm). I am
assuming this is because warming$T10cm contains NAs. I have tried just