Description Usage Arguments Value
wtcens
returns an object of S3 class wtcens
containing the vector of sorted sample values, vector
of indicators of non-censoring
and a set of individual
and/or cummulative weights representing distributions
of different components.
1 |
x |
numeric vector containing the sorted sample values. |
delta |
logical vector of non-censoring indicators |
cumm |
matrix (or data frame) of cummulative weights of components. |
indiv |
matrix (or data frame) of individual weights of components. |
object of class wtcens
which contains the
following attributes:
xo
vector of sample values sorted
in the ascending order with -Inf
as the first element.
deltao
vector of non-censoring indicators reordered at the same order as xo.
cumm
matrix of cummulative weigts reordered at the same order as xo with 0 at the first row.
indiv
matrix of individual weigts reordered at the same order as xo.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.