create_toydata: create_toydata

View source: R/create_toydata.R

create_toydataR Documentation

create_toydata

Description

Provides an overview table for the time and scope conditions of a data set

Usage

create_toydata(n = 1000, seed = NULL)

Arguments

n

The number of observations in the produced toydata

seed

Seed to get reproducible data

Value

A matrix with two columns and n rows.

Examples

toydata <- create_toydata(n = 1000)

mneunhoe/missGAN documentation built on March 19, 2024, 2:01 a.m.