powered by
"jointmotbf"
Extracts the parameters of a joint MoTBF density.
# S3 method for jointmotbf coef(object, ...)
A "numeric" vector with the parameters of the function.
"numeric"
An object of class "jointmotbf".
Other arguments, unnecessary for this function.
jointmotbf.fit
## 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