search for: pfcn

Displaying 3 results from an estimated 3 matches for "pfcn".

Did you mean: fcn
2006 Apr 05
1
predict.smooth.spline.fit and Recall() (Was: Re: Return function from function and Recall())
...166 ... > > # With extrapolation => Recall() > xextrap <- c(0,x) > ypred <- fcn(xextrap) > # Gives: # Error in Recall(object, xrange) : couldn't find > # function "predict.smooth.spline.fit" > > To see what's the function looks like, do > > pfcn <- getAnywhere("predict.smooth.spline.fit")$obj[[2]] > page(pfcn) > > A workaround is to set the predict.smooth.spline.fit() in .GlobalEnv, i.e. > > predict.smooth.spline.fit <- pfcn > > Does Recall() have a problem because predict.smooth.spline.fit() is > n...
2006 Apr 05
0
Return function from function and Recall()
...) print(ypred) # Gives: # [1] 2.325181 2.756166 ... # With extrapolation => Recall() xextrap <- c(0,x) ypred <- fcn(xextrap) # Gives: # Error in Recall(object, xrange) : couldn't find # function "predict.smooth.spline.fit" To see what's the function looks like, do pfcn <- getAnywhere("predict.smooth.spline.fit")$obj[[2]] page(pfcn) A workaround is to set the predict.smooth.spline.fit() in .GlobalEnv, i.e. predict.smooth.spline.fit <- pfcn Does Recall() have a problem because predict.smooth.spline.fit() is not exported, or what is going on? Ar...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *