Sharpen the Jackknife [Bioanalytics]
Hi Helmut!
You set the weights to 1 with your function call!
Save your time for nicer things, f.i. NLYW
.
Set the call to minimizing the weighted sum of squares in the function to:
and look what happens
.
Have a nice weekend.
❝ Hhm, strange. Intercept and slope are not the same as with the other procedures?! Ah, some weighting is used...
You set the weights to 1 with your function call!
❝ If I have time (haha), I will check at R-help about the weighting. If I set all weights=1, I get still different results...
Save your time for nicer things, f.i. NLYW

Set the call to minimizing the weighted sum of squares in the function to:
fit <- optimize(minfun, c(0.1, 10), x=x, y=y, xv=xstd^2, yv=ystd^2, tol=1.e-8)
and look what happens

Have a nice weekend.
—
Regards,
Detlew
Regards,
Detlew
Complete thread:
- Integration - smoothing moblak 2010-11-17 11:46 [Bioanalytics]
- Integration - smoothing Helmut 2010-11-17 14:32
- Integration - smoothing moblak 2010-11-17 15:26
- Integration - smoothing Helmut 2010-11-17 16:31
- Integration - smoothing moblak 2010-11-18 14:39
- Deming regression: example Helmut 2010-11-18 15:33
- Jackknife Helmut 2010-11-18 18:35
- Torture moblak 2010-11-19 09:25
- Fun! Helmut 2010-11-19 13:47
- Sharpen the Jackknifed_labes 2010-11-19 16:00
- Sharpen the Jackknife Helmut 2010-11-19 16:19
- Torture moblak 2010-11-19 09:25
- Integration - smoothing moblak 2010-11-18 14:39
- Integration - smoothing Helmut 2010-11-17 16:31
- Integration - smoothing moblak 2010-11-17 15:26
- Integration - smoothing Ohlbe 2010-11-18 01:39
- Integration - smoothing moblak 2010-11-18 10:57
- ANVISA Ohlbe 2010-11-18 13:58
- Integration - smoothing moblak 2010-11-18 10:57
- Integration - smoothing Helmut 2010-11-17 14:32