Re: [R] Documentation of B-spline function

2010-06-11 Thread Charles C. Berry
On Fri, 11 Jun 2010, Christos Argyropoulos wrote: Goodmorning, This is a documentation related question about the B-spline function in R. In the help file it is stated that: "df degrees of freedom; one can specify df rather than knots; bs() then chooses df-degree-1 knots at suitable quantile

[R] Documentation of B-spline function

2010-06-11 Thread Christos Argyropoulos
Goodmorning, This is a documentation related question about the B-spline function in R. In the help file it is stated that: "df degrees of freedom; one can specify df rather than knots; bs() then chooses df-degree-1 knots at suitable quantiles of x (which will ignore missing values)."