nordummySampleData: Sample dataset for nordummy.

Description Format Examples

Description

A dataset containing a sample data with nonesense personal info. Important for testing purposes. Dummy data created as given in example code

Format

A data frame with 200 rows and 2 variables:

doorToNeedleHours

Hours from entry to treatment

moronScore

relativeStupidity

For this dummy, data are created as

Examples

1
2
3
4
moronScore <- rnorm(seq(0,1, length=200), mean=.5, sd=.1)
doorToNeedleHours <- rnorm(seq(0,10, length=200), mean=3, sd=1)
nordummySampleData <- data.frame(doorToNeedleHours=doorToNeedleHours, moronScore=moronScore)
save(nordummySampleData, file="nordummySampleData.rda")

Rapporteket/nordummy documentation built on May 8, 2019, 8:31 a.m.