Dear R Users, I am working for the United Nations to construct a complete life table from an abridged table. I want to use the code of Hydman Filter by Rob J Hydman but an error sentence always appears and it simply doesn't run-- source("C:/R/Jamie/HymanFilter.R") Error in .C("spline_coef", method = as.integer(method), n = nx, x = x, : C symbol name "spline_coef" not in DLL for package "base" Can you please tell me what's the problem? I appreciate your help so much! Sincerely, Jamie Jamie Zuo Tel: 1-917-367-8000 Cell: 1-917-226-7531 Email: zjmgyx@hotmail.com MSN: zjmgyx@hotmail.com [[alternative HTML version deleted]]
Hi, I don't think you have given enough information for anyone to offer advice. A small working (or almost working ) exmple that reproduces the problem would help. --- Jiaming Zuo <zuoj at un.org> wrote:> Dear R Users, > > I am working for the United Nations to construct > a complete life table > from an abridged table. > I want to use the code of Hydman Filter by Rob J > Hydman but an error > sentence always appears and it simply doesn't run-- > source("C:/R/Jamie/HymanFilter.R") > Error in .C("spline_coef", method > as.integer(method), n = nx, x = > x, : C symbol name "spline_coef" not in DLL for > package "base" > > Can you please tell me what's the problem? > > I appreciate your help so much! > > Sincerely, > Jamie > > Jamie Zuo > > Tel: 1-917-367-8000 > Cell: 1-917-226-7531 > Email: zjmgyx at hotmail.com > MSN: zjmgyx at hotmail.com > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, > reproducible code. >
Jiaming Zuo <zuoj at un.org> wrote in news:OFBE2AD317.965FAC01-ON852573B6.0067196D-852573B6.00671F96 at un.org:> I am working for the United Nations to construct a complete life > table > from an abridged table. > I want to use the code of Hydman Filter by Rob J Hydman but an > error > sentence always appears and it simply doesn't run-- > source("C:/R/Jamie/HymanFilter.R")Considering that the last name of the person with the most publications in this area is "Hyndman" (and is author of the R packages, deomgraphy and forecasting), I am wondering if the problem is simply spelling. See: <http://www-personal.buseco.monash.edu.au/~hyndman/index.php?option=com_content&task=view&id=44&Itemid=71>> Error in .C("spline_coef", method = as.integer(method), n = nx, > x = > x, : C symbol name "spline_coef" not in DLL for package "base" > > Can you please tell me what's the problem?-- David Winsemius
Apparently Analagous Threads
- How to reuse my self function?
- Missing "spline_coef" DLL and Rob Hyndmans monotonic interpolator
- splinefun gives incorrect derivs when extrapolating to the left (PR#13132)
- splinefun gives incorrect derivs when extrapolating to the (PR#13138)
- How to calculate the distance between two density functions