NMixMCMCdata: Data manipulation for the NMixMCMC function

View source: R/NMixMCMCdata.R

NMixMCMCdataR Documentation

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)

Arguments

y0

see NMixMCMC function.

y1

see NMixMCMC function.

censor

see NMixMCMC function.

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\times p matrix

naamLTp

a character vector of length LTp with names (indices) for elements of a lower triangle of the p\times 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

Author(s)

Arnošt Komárek arnost.komarek@mff.cuni.cz

See Also

NMixMCMC.


mixAK documentation built on Sept. 25, 2023, 5:08 p.m.

Related to NMixMCMCdata in mixAK...