Examples for 'splines::splineKnots'


Knot Vector from a Spline

Aliases: splineKnots

Keywords: models

### ** Examples

ispl <- interpSpline( weight ~ height, women )
splineKnots( ispl )
 [1] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

[Package splines version 4.2.3 Index]