liketrace: Log-likelihood trace plot

View source: R/liketrace.R

liketraceR Documentation

Log-likelihood trace plot

Description

This function produces trace plots for the log-likelihood at each or specific temperatures.

Usage

liketrace(x, temp = NULL)

Arguments

x

A data frame with the folloging columns: logL and invTemp, which contain the log-likelihood and inverse temperature values, respectively.

temp

Position of the temperature to be plotted.

Value

It produces a set of log-likelihood traceplots.

Author(s)

Patricio Maturana Russel p.russel@auckland.ac.nz

Examples

## Not run: 
data(ligoVirgoSim)
liketrace(ligoVirgoSim, temp = c(1)) # Plotting log-likelihoods for the first temperature

## End(Not run)

pmat747/powModSel documentation built on Aug. 1, 2022, 1:07 p.m.