splitData: Split Data

Description Usage Arguments Value

View source: R/functions.R

Description

Splits the dataset into P partitions of size n

Usage

1
splitData(N, n, P, disjoint = T)

Arguments

N

Rows in dataset

n

Number of rows desired in a single partition

P

Number of partitions

disjoint

Whether samples should be allowed to overlap

Value

data_list

List of row numbers


schwenzfeier/udp documentation built on April 1, 2021, 3:39 a.m.