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 wtcenswhich contains the
following attributes:
xovector of sample values sorted
in the ascending order with -Inf as the first element.
deltaovector of non-censoring indicators reordered at the same order as xo.
cummmatrix of cummulative weigts reordered at the same order as xo with 0 at the first row.
indivmatrix 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.