sampleData: Example Patient Tumor Data

Description Usage Format Source Examples

Description

Sample of control arm data for package examples from a phase 3, randomized, open-label study evaluating DN-101 in combination with Docetaxel in androgen-independent prostate cancer (AIPC) (ASCENT-2). The data was obtained from Project Data Sphere (sponsor Novacea, Inc).

Usage

1
data("sampleData")

Format

A data frame with 1250 observations on the following 3 variables.

name

a numeric vector uniquely identifying patient

date

a numeric vector for the date of measurement

size

a numeric vector for the measurement

Source

Project Data Sphere (sponsor Novacea, Inc). https://www.projectdatasphere.org/projectdatasphere/html/content/89

Examples

1
2

Example output

Loading required package: minpack.lm
'data.frame':	453 obs. of  3 variables:
 $ name: int  10004 10004 10004 10004 10004 10004 10004 10004 10004 10004 ...
 $ date: int  154 195 111 48 133 90 27 69 175 6 ...
 $ size: num  8.24 8.58 9.45 17.35 8.27 ...

tumgr documentation built on May 2, 2019, 2:37 a.m.

Related to sampleData in tumgr...