powered by
gcFitSpline(time, data, gcID = "undefined", control = grofit.control())
time
grofit.control
data
A
mu
lambda
integral
lowess
smooth.spline
control
gcFitModel
gcBootSpline
summary.gcFitSpline
plot.gcFitSpline
x <- 1:30 y <- 1/(1+exp(0.5*(15-x)))+rnorm(30)/20 TestRun <- gcFitSpline(x,y) print(summary(TestRun)) plot(TestRun)
Run the code above in your browser using DataLab