Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
require(stats)
basis <- ns(women$height, df = 5)
newX <- seq(58, 72, length.out = 51)
# evaluate the basis at the new data
predict(basis, newX)
# }
Run the code above in your browser using DataLab