[R] Calculation of standard error for a function
Duncan Murdoch
murdoch.duncan at gmail.com
Sat Mar 3 01:05:18 CET 2012
On 12-03-02 4:47 PM, Jun Shen wrote:
> Dear list,
>
> If I know the standard error for k1 and k2, is there anything I can call in
> R to calculate the standard error of k1/k2? Thanks.
No, because it depends on the joint distribution of k1 and k2. Even if
you knew they were independent, that would not be sufficient (though you
could use the delta method to get an approximation in that case; look it
up).
Duncan Murdoch
>
> Jun
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list