Displaying 1 result from an estimated 1 matches for "gridaps".
Did you mean:
gridapp
2005 Sep 29
1
Error using a data frame as the "start" parameter in mle()
...s?
Incidentally, I am only using a data frame for "aps" because I am using
loess(), and this seems to require a formula with named variables in a
data frame (here "logg" and "teff"). I can't get it work with arrays:
> temp <- loess(formula = photd[, band] ~ gridaps[, 1] * gridaps[, 2])
> predict(temp, c(4,8000))
Error in predict.loess(temp, c(4, 8000)) :
newdata does not contain the variables needed
Thanks in advance for any clues.
Coryn.
---------------------------------------------------------------------------
Coryn Bailer-Jones...