smSplineEx1 | R Documentation |
Simulated dataset to demonstrate smoothing spline curve fitting with
smspline
and lme
. The data consists of 100
observations simulated around the curve y = 10 - 6 \exp(-4t/100)
with
independent normal random errors (standard deviation = 1).
Simulated dataset to demonstrate smoothing spline curve fitting with
smspline
and lme
. The data consists of 100
observations simulated around the curve y = 10 - 6 \exp(-4t/100)
with
independent normal random errors (standard deviation = 1).
smSplineEx1
smSplineEx1
A data frame with 100 rows and 3 variables:
Time covariate.
Simulated response values.
True response values.
A data frame with 100 rows and 3 variables:
Time covariate.
Simulated response values.
True response values.
Generated by Rod Ball for the lmeSplines
package.
data(smSplineEx1)
str(smSplineEx1)
data(smSplineEx1)
str(smSplineEx1)
plot(smSplineEx1$time, smSplineEx1$y, main = "Simulated Data", xlab = "Time", ylab = "y")
lines(smSplineEx1$time, smSplineEx1$y.true, col = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.