Arguments
x
A numeric vector of the same length as nrow(set).
set
A data.frame or matrix of which each column is to be related with x.
typ
A character string specifying the type of linear coefficients between x and set to be computed. The default "cor" computes the replicability for the correlations between x and set. The option "XY" computes the replicability for the betas when X predicts Y. The option "YX" computes the replicability for the betas when Y predicts X. The option "betas" computes the replicabilities for both X predicting Y and Y predicting X. Finally, the option "all" computes the replicability for the correlations and the betas.
sims
A numeric specifying the number of random splithalves to generate to estimate the true splithalf replicability.
graph
A logical indicating whether a graph displaying the the random splithalf values should be printed.
CI
A numeric between 0.0 and 1.0 indicating the desired confidence interval for the estimated replicability coefficient.
minval
A numeric indicating the minimum replicability value allowed.
seed
A numeric specifying the random seed to be used. If set to FALSE, no seed is used.