tests/FirstObsCensored.R

## In 1.3.0 there was an error when the first observation 
## was censored. It was a problem in the abmm function.
## fixed March 25, 2016
library(bpcp)
time<-c(1:3)
status<-c(0,1,1)
bout<-bpcp(time,status)
summary(bout)

Try the bpcp package in your browser

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

bpcp documentation built on March 18, 2022, 6:25 p.m.