marginal,bivph-method {matrixdist}R Documentation

Marginal method for bivph class

Description

Marginal method for bivph class

Usage

## S4 method for signature 'bivph'
marginal(x, mar = 1)

Arguments

x

An object of class bivph.

mar

Indicator of which marginal.

Value

An object of the of class ph.

Examples

obj <- bivph(dimensions = c(3, 3))
marginal(obj, 1)

[Package matrixdist version 1.1.9 Index]