get.probability: Calculate the probability for each year and each dated object

View source: R/datplot_utility.R

get.probabilityR Documentation

Calculate the probability for each year and each dated object

Description

Calculates the probability of each object being dated into each year / timeslot from two vectors of minimum and maximum dating. Returns a vector of probabilities.

Usage

get.probability(DAT_min, DAT_max)

Arguments

DAT_min

a numeric vector containing the minimum date of each object

DAT_max

a numeric vector containing the maximum date of each object

Value

a vector of probabilities for each object being dated to any single year within the timespan (lesser value means object is dated to larger timespans, i.e. with less confidence).

See Also

[datsteps()], [get.weights()]


datplot documentation built on Nov. 19, 2023, 1:09 a.m.