Compute power for Multiple Regression with Violated assumptions (Beta)
Assumptions(
ry1 = NULL,
ry2 = NULL,
ry3 = NULL,
ry4 = NULL,
ry5 = NULL,
r12 = NULL,
r13 = NULL,
r14 = NULL,
r15 = NULL,
r23 = NULL,
r24 = NULL,
r25 = NULL,
r34 = NULL,
r35 = NULL,
r45 = NULL,
sy = NULL,
s1 = NULL,
s2 = NULL,
s3 = NULL,
s4 = NULL,
s5 = NULL,
ky = NULL,
k1 = NULL,
k2 = NULL,
k3 = NULL,
k4 = NULL,
k5 = NULL,
n = NULL,
alpha = 0.05,
test = NULL,
nruns = 500
)
Power for Resampled Multiple Regression with Non Normal Variables
Correlation between DV (y) and first predictor (1)
Correlation between DV (y) and second predictor (2)
Correlation between DV (y) and third predictor (3)
Correlation between DV (y) and fourth predictor (4)
Correlation between DV (y) and fifth predictor (5)
Correlation between first (1) and second predictor (2)
Correlation between first (1) and third predictor (3)
Correlation between first (1) and fourth predictor (4)
Correlation between first (1) and fifth predictor (5)
Correlation between second (2) and third predictor (3)
Correlation between second (2) and fourth predictor (4)
Correlation between second (2) and fifth predictor (5)
Correlation between third (3) and fourth predictor (4)
Correlation between third (3) and fifth predictor (5)
Correlation between fourth (4) and fifth predictor (5)
Skew of outcome variable
Skew of first predictor
Skew of second predictor
Skew of third predictor
Skew of fourth predictor
Skew of fifth predictor
Kurtosis of outcome variable
Kurtosis of first predictor
Kurtosis of second predictor
Kurtosis of third predictor
Kurtosis of fourth predictor
Kurtosis of fifth predictor
Sample size
Type I error (default is .05)
type of test (none, sqrt, log, inv, robust, boot, quantile, hc0, hc1, hc2, hc3)
number of runs, default is 500
Assumptions(ry1=.0,ry2=.3,r12=.3,sy=1,s1=2,s2=2,ky=1,k1=1,k2=1,n=100,nruns=20,test="sqrt")
Run the code above in your browser using DataLab