tabfRatio: Produce table comparing transformations

View source: R/tabfRatio.R

tabfRatioR Documentation

Produce table comparing transformations

Description

Produce table

Usage

tabfRatio(
  db = NULL,
  rate = 0.001,
  rate2 = 1e-05,
  range = 0.1,
  mutmodel = "stepwise",
  relabel = F,
  stationary = T,
  nr = 0
)

Arguments

db

allele frequencies

rate

Double

rate2

Double

range

Double

mutmodel

Character

relabel

Logical

stationary

Logical

nr

Integer 0 complete, 1,2,3 gives Table 1,2,3

Details

If logical is TRUE, a stationary version is found

Value

Table (tab) and complete output (all)

Author(s)

Thore Egeland

Examples

## Not run: 
library(pedtools)
library(pedmut)
library(forrel)
tabfRatio(db = NorwegianFrequencies[1:2], rate = 0.0001, mutmodel = 'equal')

## End(Not run)

thoree/mut2 documentation built on June 11, 2025, 4:02 p.m.