read_prior: function that checks the type of a prior and whether it is...

View source: R/functions_model.R

read_priorR Documentation

function that checks the type of a prior and whether it is correct

Description

function that checks the type of a prior and whether it is correct

Usage

read_prior(prior, minx, maxx, ubl, ubr, lb)

Arguments

prior
  • list with prior parameters or a cutoff value

minx
  • minimum value of the score

maxx
  • maximum value of the score

ubl
  • minimum value of the window's left boundary point

ubr
  • maximum value of the window's right boundary point

lb
  • minimum window size

Value

list with type of prior and prior parameters


LoTTA documentation built on Aug. 8, 2025, 6:27 p.m.

Related to read_prior in LoTTA...