powered by
lclm(x, y, h, xx)
data(GrowthChart) attach(GrowthChart) ages <- unique(sort(age)) lclm.fit1 <- lclm(age,height,h=1,xx=ages) detach(GrowthChart)
Run the code above in your browser using DataLab