se.slope | R Documentation |
This function computes a slope and its standard error for a simple linear regression model (random-x model) using the estimated Pearson correlation and the estimated standard deviations of the response variable and predictor variable. This function is useful in a meta-analysis of slopes of a simple linear regression model where some studies report the Pearson correlation but not the slope.
se.slope(cor, sdy, sdx, n)
cor |
estimated Pearson correlation |
sdy |
estimated standard deviation of the response variable |
sdx |
estimated standard deviation of the predictor variable |
n |
sample size |
Returns a one-row matrix:
Estimate - estimated slope
SE - standard error
Snedecor1980vcmeta
se.slope(.392, 4.54, 2.89, 60)
# Should return:
# Estimate SE
# Slope: 0.6158062 0.1897647
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.