Learn R Programming

CopulaDTA (version 0.0.2)

traceplot.cdtafit: Trace plot using ggplot2.

Description

Trace plot using ggplot2.

Usage

traceplot.cdtafit(x, ...)

Arguments

Value

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

Examples

Run this code
fit1 <- fit(model1,
                SID='ID',
                data=telomerase,
                iter=2000,
                warmup=1000,
                thin=1,
                seed=3)

traceplot(fit1)

Run the code above in your browser using DataLab