eqchain: Equal chain lengths

View source: R/eqchain.R

eqchainR Documentation

Equal chain lengths

Description

This function equates the Markov chain lengths at all the temperatures according to the shortest one or a specific value.

Usage

eqchain(x,n)

Arguments

x

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

n

Sequence length per temperature.

Value

It produces a new x with a equal number of log-likelihood values at each temperature.

Author(s)

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

Examples

## Not run: 
data(ligoVirgoSim)
eqchain(ligoVirgoSim)

## End(Not run)

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