Learn R Programming

icenReg (version 1.3.5)

simBVCen: Simulates Bivariate Interval Censored Data

Description

Simulates Bivariate Interval Censored Data

Usage

simBVCen(n = 1000)

Arguments

n
number of observations simulated

Examples

Run this code
testData <- simBVCen()
  #simulate bivariate interval censored data
  
 bvcenFit <- ICNPMLE(testData)
 
 bvcenFit

Run the code above in your browser using DataLab