NMixMCMCdata:
Data manipulation for the NMixMCMC function
Description
This is a help function for NMixMCMC function. THIS FUNCTION IS NOT TO BE CALLED BY ORDINARY USERS.
Usage
NMixMCMCdata(y0, y1, censor)
Value
A list with the following components:
- y0
- worked out value of
y0 - y1
- worked out value of
y1 - censor
- worked out value of
censor - n
- number of observations
- p
- dimension of the response
- LTp
- length of the lower triangle of the $p x p$ matrix
- naamLTp
- a character vector of length
LTp with names
(indices) for elements of a lower triangle of the $p x p$ matrix - are.Censored
- logical value which indicates whether there are
censored observations in the data
- are.Right
- logical value which indicates whether there are
right-censored observations in the data
- are.Exact
- logical value which indicates whether there are
exact observations in the data
- are.Left
- logical value which indicates whether there are
left-censored observations in the data
- are.Interval
- logical value which indicates whether there are
interval-censored observations in the data
- is.Interval
- a logical vector of length $n$ which indicates
whether a specific observation is interval-censored