Displaying 3 results from an estimated 3 matches for "predloess".
2013 Mar 01
1
predict.loess() segfaults for large n?
...val.c:2193)
==30841== by 0x4AB040: bcEval (eval.c:4544)
==30841== by 0x4B6B3F: Rf_eval (eval.c:498)
==30841== Address 0xf8cd4144 is not stack'd, malloc'd or (recently)
free'd
==30841==
*** caught segfault ***
address 0xf8cd4144, cause 'memory not mapped'
Traceback:
1: predLoess(y, x, newx, s, weights, pars$robust, pars$span,
pars$degree, pars$normalize, pars$parametric, pars$drop.square,
pars$surface, pars$cell, pars$family, kd, divisor, se = se)
2: eval(expr, envir, enclos)
3: eval(substitute(expr), data, enclos = parent.frame())
4: with.default(object, predLo...
2012 Apr 03
2
How does predict.loess work?
Dear R community,
I am trying to understand how the predict function, specifically, the
predict.loess function works.
I understand that the loess function calculates regression parameters at
each data point in 'data'.
lo <- loess ( y~x, data)
p <- predict (lo, newdata)
I understand that the predict function predicts values for 'newdata'
according to the loess regression
2001 Jun 08
1
:predict.ppr
Hi all,
I am doing a projection pursuit regression using the ppr() function from
modreg.
I would also like to use predict.ppr(). However, I cannot find any
information about it in the help files. There is a link to predict.ppr
in the index for modreg, but that link is to the help for ppr().
Has predict.ppr() not been implemented?
If not, does anyone have a suggestion as to how to implement