Learn R Programming

MoTBFs (version 2.0)

coef.jointmotbf: Coefficients of a "jointmotbf" object

Description

Extracts the parameters of a joint MoTBF density.

Usage

# S3 method for jointmotbf
coef(object, ...)

Value

A "numeric" vector with the parameters of the function.

Arguments

object

An object of class "jointmotbf".

...

Other arguments, unnecessary for this function.

See Also

jointmotbf.fit

Examples

Run this code
## Generate a dataset
data <- data.frame(X1 = rnorm(100), X2 = rnorm(100))

## Joint function
dim <-c(2,4)
P <- jointmotbf.fit(data, dimensions = dim)
P$Time

## Coefficients
coef(P)

Run the code above in your browser using DataLab