Diff for "FAQ/betase" - CBU statistics Wiki
location: Diff for "FAQ/betase"
Differences between revisions 8 and 9
Revision 8 as of 2014-01-20 16:26:29
Size: 1470
Editor: PeterWatson
Comment:
Revision 9 as of 2014-02-03 15:08:18
Size: 1571
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Jones and Waller (2013) give an overview of methods for computing confidence intervals for beta including the standard method of Cohen, Cohen, West and Aiken (2003 ,p.86) which they say is not always accurate and present R code for improved measures including the delta method. Jones and Waller (2013) give an overview of methods for computing confidence intervals for beta including the standard method of Cohen, Cohen, West and Aiken (2003 ,p.86) which they say is not always accurate and present R code for a suggested improved measure, the delta method.
Line 13: Line 13:
__Reference__ __References__
Line 15: Line 15:
Cohen J. and Cohen P. (1983) Applied multiple regression/correlation analysis for the behavioral sciences Second Edition. lawrence Erlbaum: Hillsdale, NJ. Cohen J. and Cohen P. (1983) Applied multiple regression/correlation analysis for the behavioral sciences Second Edition. Lawrence Erlbaum: Hillsdale, NJ.
Line 20: Line 20:
Jones J. A. and Waller N. G. (2013) Computing confidence intervals for standardized regression coefficients. ''Psyhcological Methods'' '''18(4)''' 435-453. Jones J. A. and Waller N. G. (2013) Computing confidence intervals for standardized regression coefficients. ''Psychological Methods'' '''18(4)''', 435-453. R code is given in the appendix to produce the suggested (delta method) standard error for beta.

How do I compute the standard error (s.e.) of ''beta'' in a linear regression in SPSS?

Two estimates of covariate regression coefficients are given in SPSS. These are called B and beta and correspond to using raw score (response and predictor variables) and z-scored response and predictor variables respectively.

The Descriptives procedure may be used to obtain z-scores.

Alternatively (see for example Cohen and Cohen, 1983, p.100), you can compute standard errors using the standard deviations (s.ds) of the response and covariates.

$$ \mbox{s.e.(beta) of a covariate = s.e.(B) of covariate} \frac{\mbox{s.d.(covariate)}}{\mbox{s.d.(response)}}$$

Jones and Waller (2013) give an overview of methods for computing confidence intervals for beta including the standard method of Cohen, Cohen, West and Aiken (2003 ,p.86) which they say is not always accurate and present R code for a suggested improved measure, the delta method.

References

Cohen J. and Cohen P. (1983) Applied multiple regression/correlation analysis for the behavioral sciences Second Edition. Lawrence Erlbaum: Hillsdale, NJ.

Cohen, J., Cohen, P., West, S. G., & Aiken, L. S. (2003). Applied multiple regression/correlation analysis for the behavioral sciences (3rd ed.). Mahwah, NJ: Erlbaum

Jones J. A. and Waller N. G. (2013) Computing confidence intervals for standardized regression coefficients. Psychological Methods 18(4), 435-453. R code is given in the appendix to produce the suggested (delta method) standard error for beta.

None: FAQ/betase (last edited 2014-02-03 15:10:41 by PeterWatson)