cal_rxz {konfound} | R Documentation |
Calculate R2xz based on variances and standard error
Description
Calculate R2xz based on variances and standard error
Usage
cal_rxz(var_x, var_y, R2, df, std_err)
Arguments
var_x |
variance of X |
var_y |
variance of Y |
R2 |
coefficient of determination |
df |
degrees of freedom |
std_err |
standard error |
Value
R2xz value
[Package konfound version 0.5.1 Index]