inst/docs/examples/mk2Dsplines.R

rm(list=ls()) 
library(SEERaBomb)
load("~/data/SEER/mrgd/cancDef.RData")
load("~/data/SEER/mrgd/popsae.RData")
pm=seerSet(canc,popsae,Sex="Male")
pm=mk2D(pm,secondS=c("CML","CMML","MDS","AML","CLL","ALL")) # pooled race male leukemias 
plot2D(pm)
pm

t(canc%>%filter(cancer=="MDS")%>%group_by(yrdx)%>%summarise(count=n()))
t(canc%>%filter(cancer=="CMML")%>%group_by(yrdx)%>%summarise(count=n()))
t(canc%>%filter(cancer=="CML")%>%group_by(yrdx)%>%summarise(count=n()))

Try the SEERaBomb package in your browser

Any scripts or data that you put into this service are public.

SEERaBomb documentation built on Dec. 16, 2019, 1:21 a.m.