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
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.