Displaying 1 result from an estimated 1 matches for "a13598953".
Did you mean:
1359853
2007 Nov 06
0
Bootstrap CI of Slope in a Weighted Simple Linear Regression
...fit.b <- lm(Y.b ~ X - 1,weights=W)
return(coef(fit.b))}
results <- boot(data=data.df, statistic=bs,R=1000)
boot.ci(results, type="perc", index=1)
--
View this message in context: http://www.nabble.com/Bootstrap-CI-of-Slope-in-a-Weighted-Simple-Linear-Regression-tf4755456.html#a13598953
Sent from the R help mailing list archive at Nabble.com.