powered by
Simulated data to demonstrate smoothing spline curve fitting with smspline and lme
smspline
lme
data(smSplineEx1)
A data frame with 100 observations on the following 4 variables.
time covariate
simulated response values
true response values
100 data points were simulated about the curve \(y = 10 - 6*\exp(-4t/100)\), with iid normal random errors with standard deviation \(1\).
# NOT RUN { data(smSplineEx1) # }
Run the code above in your browser using DataLab