tabLRR: Produce table comparing transformations based on simulations

View source: R/tabLRR.R

tabLRRR Documentation

Produce table comparing transformations based on simulations

Description

Produce table

Usage

tabLRR(
  db = NULL,
  rate = 0.001,
  rate2 = 1e-05,
  range = 0.1,
  nsim = 2,
  seed = 1729,
  maks = FALSE
)

Arguments

db

allele frequencies

rate

Double

rate2

Double

range

Double

nsim

Integer

seed

Integer

maks

Logical

Details

LRR table

Value

LRR table

Author(s)

Thore Egeland

Examples

## Not run: 
library(forrel)
library(KLINK)
db = getFreqDatabase(KLINK::halfsib[[1]])
tabLRR(db = db)

## End(Not run)

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