subSample: A function to subsample a dataset

Description Usage Arguments

View source: R/perturbedDataFuns.R

Description

subSample() subsamples nProp observation and pProp variables of a n x p data.frame

Usage

1
subSample(data, nProp, pProp, ...)

Arguments

data

A n x p data.frame() with n the number of observations and p the number of varaibles

nProp

The proportion of subsampled observations

pProp

The proportion of subsampled variables


MartinaSundqvist/clustRstab documentation built on Dec. 13, 2020, 7:54 p.m.