[R] Splines

2016-09-04 Thread Filippo Monari
Hi, I would like to use the C spline functions if R for a FORTRAN subroutine. What header file should I refer to? Regards Filippo Monari __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

[R] Splines with more restrictions

2015-11-04 Thread BXC (Bendix Carstensen)
I would like to generate a natural spline where the slope beyond the last knot (the right outer knot) is constrained to be 0. Is that available in some package around? _ Bendix Carstensen Senior Statistician Steno Diabetes Center Clinical Epidemiology Niels Steensens Vej 2-4

[R] splines package

2012-09-11 Thread Luis Felipe Parra
Hello all, I have been working with b-splines and noted that the splines package is not available in CRAN. Does any body know what happened with it? Or, is there any package that replaces it? Thank you Felipe Parra [[alternative HTML version deleted]]

Re: [R] splines package

2012-09-11 Thread R. Michael Weylandt
It should be included in your binary download of R. Is it not? Michael On Tue, Sep 11, 2012 at 11:18 PM, Luis Felipe Parra felipe.pa...@quantil.com.co wrote: Hello all, I have been working with b-splines and noted that the splines package is not available in CRAN. Does any body know what

Re: [R] splines package

2012-09-11 Thread R. Michael Weylandt
You likely need to load the package before you can use it: library(splines) ? bs works for me. Cheers, M On Tue, Sep 11, 2012 at 11:32 PM, Luis Felipe Parra felipe.pa...@quantil.com.co wrote: Hello Michael when I search for documentation it always appears as a separate package, if I try

[R] splines and ns equation

2012-05-31 Thread Ranae
Hi, I am looking at the change in N concentration in plant roots over 4 time points and I have fit a spline to the data using ns and lme: fit10 - lme( N~ns(day, 3), data = rcn10G) I may want to adjust the model a little bit, but for now, let's assume it's good. I get output for the fixed

Re: [R] splines package (problem finding it)

2010-09-14 Thread Uwe Ligges
On 14.09.2010 13:25, stephen sefick wrote: I can not install the splines package. Has it been removed/moved from/on CRAN? kindest regards, It should come with R since it is a base package. Uwe Ligges __ R-help@r-project.org mailing list

[R] splines package (problem finding it)

2010-09-14 Thread stephen sefick
I can not install the splines package. Has it been removed/moved from/on CRAN? kindest regards, -- Stephen Sefick | Auburn University                                   | | Department of Biological Sciences           | | 331 Funchess Hall                     

Re: [R] splines package (problem finding it)

2010-09-14 Thread stephen sefick
Sorry for the trouble. I thought it was an add-on. kindest regards, Stephen 2010/9/14 Uwe Ligges lig...@statistik.tu-dortmund.de: On 14.09.2010 13:25, stephen sefick wrote: I can not install the splines package.  Has it been removed/moved from/on CRAN? kindest regards, It should come

Re: [R] Splines under tension

2010-05-17 Thread David Winsemius
On May 16, 2010, at 1:12 PM, sam.e wrote: Thank you for the helpful direction to the smoothing splines function, it was very helpful and is exactly what i am trying to do. My data however is 3-D, i.e. i have x and y values which are coordinates for different field sites and z values

Re: [R] Splines under tension

2010-05-16 Thread sam.e
Thank you for the helpful direction to the smoothing splines function, it was very helpful and is exactly what i am trying to do. My data however is 3-D, i.e. i have x and y values which are coordinates for different field sites and z values which are really what I am interested in analysing with

Re: [R] Splines under tension

2010-05-16 Thread William Dunlap
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of sam.e Sent: Sunday, May 16, 2010 10:13 AM To: r-help@r-project.org Subject: Re: [R] Splines under tension Thank you for the helpful direction to the smoothing splines

Re: [R] Splines under tension

2010-05-12 Thread Terry Therneau
---begin included message --- Does anyone know if R has a function for splines under tension. I know there are numerous packages for spline interpolation within R i just can't find one that lets you determine the tension factor. -- In the statistics literature these are called

Re: [R] Splines under tension

2010-05-12 Thread Greg Snow
-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Terry Therneau Sent: Wednesday, May 12, 2010 6:49 AM To: sam.e Cc: r-help@r-project.org Subject: Re: [R] Splines under tension ---begin included message --- Does anyone know if R has a function for splines under

Re: [R] Splines under tension

2010-05-12 Thread David Winsemius
. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Terry Therneau Sent: Wednesday, May 12, 2010 6:49 AM To: sam.e Cc: r-help@r-project.org Subject: Re: [R

Re: [R] Splines under tension

2010-05-12 Thread Peter Ehlers
On 2010-05-12 12:41, David Winsemius wrote: On May 12, 2010, at 2:37 PM, Greg Snow wrote: I think this last line is a fortune candidate: It's not just that different disciplines rediscover the same ideas, they also relabel them. With apologies to Aretha: I second that emotion. I'm sure

Re: [R] Splines under tension

2010-05-12 Thread David Winsemius
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Terry Therneau Sent: Wednesday, May 12, 2010 6:49 AM To: sam.e Cc: r-help@r-project.org Subject: Re: [R] Splines under tension ---begin included message --- Does anyone know if R has a function for splines

[R] Splines under tension

2010-05-11 Thread sam.e
Does anyone know if R has a function for splines under tension. I know there are numerous packages for spline interpolation within R i just can't find one that lets you determine the tension factor. Any help would be much appreciated! Sam -- View this message in context:

[R] Splines and piecewise polynomials

2007-11-13 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear R-Users! I am trying to fit a spline to a time-series with about 90 values. I would like to specify about four to five knots and I would like the values returned to be similar in fashion to the output of interpSpline - I would only like the

[R] Splines

2007-10-05 Thread stat stat
I want to fit a cubic spline of x on y. where : x [1] 467 468 460 460 450 432 419 420 423 423 y [1] 1 2 3 4 5 6 7 8 9 10 using the syntax spline(y, x) I got following output : $x [1] 1.00 1.310345 1.620690 1.931034 2.241379 2.551724 2.862069

Re: [R] Splines

2007-10-05 Thread vito muggeo
As reported in ?spline, you should use splinefun() instead. ff-splinefun(x,y) ff(x0) where x0=5.25 is your case. best, vito stat stat ha scritto: I want to fit a cubic spline of x on y. where : x [1] 467 468 460 460 450 432 419 420 423 423 y [1] 1 2 3 4 5 6 7 8 9 10