Creates BLOQ object attributes
pmx_bloq(
cens = "CENS",
limit = "LIMIT",
colour = "pink",
size = 2,
alpha = 0.9,
show = TRUE,
...
)
character
the censoring column name
character
the limit column name (optional)
character
the color of the geom
numeric
the size of the geom
numeric
the alpha of the geom
logical
if FALSE remove all censory observations
any other graphical parameter
To define that a measurement is censored, the observation data set should include a CENSORING column ( default to `CENS` ) and put 1 for lower limit or -1 for upper limit. Optionally, data set can contain have a limit column ( default to `LIMIT`) column to set the other limit.