[R] What is SE and how do you calculate it in svymean()?

2014-06-06 Thread Ryan de Vera
Hello all, I have been experimenting with svymean() and I am confused on what the output is. The data I have looks like: *PSU* * STRATUM* *WEIGHTS* * COUNTS* *1* 1 1 2.0 1 *2* 2 1 1.0 1 *3* 3 1 1.0 1 *4* 3 1 2.5 1 *5* 2 1 1.0 1

Re: [R] What is SE and how do you calculate it in svymean()?

2014-06-06 Thread Anthony Damico
it is the survey design-adjusted standard error. you can view what's going on by typing `survey:::svymean.survey.design` and `survey:::svyCprod` :) On Fri, Jun 6, 2014 at 10:03 AM, Ryan de Vera ryan.devera...@gmail.com wrote: Hello all, I have been experimenting with svymean() and I am