permute_ecdf: Draw a permutation from the full sample with size n_subset...

Description Usage Arguments

Description

Confidence intervals can be derived using quantile() p-values of observed cor_subset can be derived using ecdf() Either fraction or n_subset should be specified.

Usage

1
permute_ecdf(x, y, fraction = NULL, n_subset = NULL, n_permut = 1000)

Arguments

x

Variable x, same length as y

y

Variable y, same length as x

fraction

Size of the subset in relation to the full set in percent

n_subset

Size of the subset

n_permut

number of permutations


Thie1e/subsetcor documentation built on May 9, 2019, 4:41 p.m.