Skip to content

Confidence intervals

3 messages · Ben Bolker, Theelen, Maik Matheus Paul

#
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 14-09-10 07:26 AM, Maik Theelen wrote:
Relatively simple questions should *very* preferably be sent to the
r-sig-mixed-models mailing list (cc'd here), please ...
Are you sure you want index=1 in each case?  Maybe you want
index={1,2,3,4}?

  5000 sims seems like overkill unless your model is very unstable
I don't know exactly why this warning occurs -- you would probably
need to dig in a little bit more and/or read Davison & Hinkley's book
on which the boot package is based? (based on brief googling, it seems
as though your distributions may be badly behaved/need *more*
bootstrap samples).  Plotting the bootstrap distribution, as shown in
example("bootMer"), might be a good idea.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJUEJ3tAAoJEOCV5YRblxUHlrIIALcA15zLu3cMMu9R7WlLo4LQ
M9CeC59ASSRdsVzW3h3LV5etsvku5XmigBMJQEi4MMfdz6avpw6ZQddRoNeHmjKb
4vJXCgO2a7sbTpz48E15ZA1YFxcDp82dxqIIrm2E2zdP4vQYXdqyAWFSuvbr4qg5
LC3DnqtSdwIR0+2XDPN6stN+Au+iWZPZ18hgfIv83xN2D7rP0GGLh9/GaSeaCXuQ
5BJLyEnoQSo9rWpySznBshSK5187orRB2dHKECL2E7AKWs4WTaPazm6QtzhDK34r
O26WN5RHDkvEDr6n3ZtWp/lAP7yo4w6FyPvASFr573S/VGiVAXpWEs64TfIt38k=
=+jy7
-----END PGP SIGNATURE-----
#
Dear Ben,

Thank you very much for the answer. Yes, index should indeed be 1 2 3 4 (it was a typo).
Next time I will send it to the r-sig-mixed-models mailing list.

Would the method that I used be pretty much be the same as using confint with method = boot?

Kind regards,

Maik
________________________________________
Van: Ben Bolker [bbolker at gmail.com]
Verzonden: woensdag 10 september 2014 20:52
Aan: Theelen, Maik Matheus Paul; r-sig-mixed-models at r-project.org
Onderwerp: Re: Confidence intervals

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 14-09-10 07:26 AM, Maik Theelen wrote:
Relatively simple questions should *very* preferably be sent to the
r-sig-mixed-models mailing list (cc'd here), please ...
Are you sure you want index=1 in each case?  Maybe you want
index={1,2,3,4}?

  5000 sims seems like overkill unless your model is very unstable
I don't know exactly why this warning occurs -- you would probably
need to dig in a little bit more and/or read Davison & Hinkley's book
on which the boot package is based? (based on brief googling, it seems
as though your distributions may be badly behaved/need *more*
bootstrap samples).  Plotting the bootstrap distribution, as shown in
example("bootMer"), might be a good idea.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJUEJ3tAAoJEOCV5YRblxUHlrIIALcA15zLu3cMMu9R7WlLo4LQ
M9CeC59ASSRdsVzW3h3LV5etsvku5XmigBMJQEi4MMfdz6avpw6ZQddRoNeHmjKb
4vJXCgO2a7sbTpz48E15ZA1YFxcDp82dxqIIrm2E2zdP4vQYXdqyAWFSuvbr4qg5
LC3DnqtSdwIR0+2XDPN6stN+Au+iWZPZ18hgfIv83xN2D7rP0GGLh9/GaSeaCXuQ
5BJLyEnoQSo9rWpySznBshSK5187orRB2dHKECL2E7AKWs4WTaPazm6QtzhDK34r
O26WN5RHDkvEDr6n3ZtWp/lAP7yo4w6FyPvASFr573S/VGiVAXpWEs64TfIt38k=
=+jy7
-----END PGP SIGNATURE-----
1 day later
#
Theelen, Maik Matheus Paul <Maik.Theelen at ...> writes:
Yes, that's right.

  Ben Bolker