Learn R Programming

CopulaDTA (version 0.0.1)

tracecopula: Trace plot using ggplot2.

Description

Trace plot using ggplot2.

Usage

tracecopula(object, ...)

Arguments

Value

A ggplot trace plot of the parameters of the models mean structure.

Examples

Run this code
fit <- fitcopula(data=ascus,
         SID = "StudyID",
         formula.se= StudyID ~ Test,
         cores=3,
         seed=3,
         copula="fgm")

tracecopula(fit)

Run the code above in your browser using DataLab