Skip to contents

Make a dataframe of simulated births, suitable for use testing and demonstrating the robson10classifier package. Each row of the returned dataframe represents a birth. Optionally, an ID column can also be included.

Usage

tgcs_make_babies(qty = 1, with_id = FALSE)

Arguments

qty

In integer representing the number of births to create.

with_id

logical. Would you like to create a unique ID column. The ID numbers are sequential, starting at 1.

Value

A data frame of simulated births data.