Learn R Programming

matrixdist (version 1.1.9)

linCom,MPHstar-method: Linear combination method for MPHstar class

Description

Linear combination method for MPHstar class

Usage

# S4 method for MPHstar
linCom(x, w)

Value

An object of class ph.

Arguments

x

An object of class MPHstar.

w

A vector with non-negative entries.

Examples

Run this code
obj <- MPHstar(structure = "general")
linCom(obj, c(1, 0))

Run the code above in your browser using DataLab