Learn R Programming

bumbl (version 1.0.3)

test_df: Simulated colony growth data for internal tests

Description

Simulated data including two colonies (6 and 7) that should always cause errors for bumbl()

Usage

test_df

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 140 rows and 4 columns.

Details

Colonies 1-5 are generated with sim_colony() using the following parameters:

colonytaun0lambdadelta
111.0301.420.30
211.5241.350.31
39.0491.400.29
412.0371.340.48
510.6291.370.32

Colonies 6 and 7 are generated manually. Colony 6 contains negative numbers and should result in the warning "Warning, cannot find valid starting values: please specify some for colonyID '6' Omitting from results." Colony 7 has all the data pushed up to week 25 and therefore should result in a convergence error when searching for the optimal switchpoint and the warning, "Warning: search for optimal switchpoint did not converge for colonyID '6'. Omitting from results."