getcmat {monoreg} | R Documentation |
This function returns a matrix where the rows correspond to each possible
point process specification in p-dimensional covariate space; this may be
helpful in specifying the argument settozero
in the functions monoreg
and monosurv
.
getcmat(p)
p |
Number of covariate axes. |
A zero-one matrix with 2^p - 1 rows and p columns.
Olli Saarela <olli.saarela@utoronto.ca>