linCom,MPHstar-method | R Documentation |
Linear combination method for MPHstar class
## S4 method for signature 'MPHstar'
linCom(x, w)
x |
An object of class MPHstar. |
w |
A vector with non-negative entries. |
An object of class ph.
obj <- MPHstar(structure = "general")
linCom(obj, c(1, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.