powered by
Compute the number of complete cases in a pairwise fashion for x (and y).
x
y
pair_n(x, y = NULL)
a numeric vector, matrix or data frame.
NULL (default) or a vector, matrix or data frame with compatible dimensions to x. The default is equivalent to y = x (but more efficient).
NULL
y = x
Matrix of pairwise sample sizes (number of complete cases).
# NOT RUN { pair_n(mtcars) # }
Run the code above in your browser using DataLab