aboutsummaryrefslogtreecommitdiff
path: root/demo/massart97ex8.R
blob: 332bd1d7c9dad41368b7aadef94583c0672cb0ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
library(chemCal)
data(massart97ex3)
attach(massart97ex3)
xi <- levels(factor(x))
yx <- split(y,factor(x))
ybari <- sapply(yx,mean)
si <- round(sapply(yx,sd),digits=2)
wi <- round(1/(si^2),digits=3)
weights <- wi[factor(x)]
m <- lm(y ~ x,w=weights)
inverse.predict(m,15)
inverse.predict(m,90)

Contact - Imprint