marginal,MPHstar-method {matrixdist} | R Documentation |
Marginal method for MPHstar class
Description
Marginal method for MPHstar class
Usage
## S4 method for signature 'MPHstar'
marginal(x, mar = 1)
Arguments
x |
An object of class MPHstar. |
mar |
Indicator of which marginal. |
Value
An object of the of class ph.
Examples
obj <- MPHstar(structure = "general")
marginal(obj, 1)
[Package matrixdist version 1.1.9 Index]