Learn R Programming

admtools (version 0.4.0)

tp_time_norm: time tie points with normal distribution

Description

defines a function factory that returns normally distributed times. FOr usage with sedrate_to_multiadm and strat_cont_to_multiadm.

Usage

tp_time_norm(mean, sd, force_order = TRUE)

Value

function for usage with strat_cont_to_multiadm and sedrate_to_multiamd as t_tp input

Arguments

mean

numeric vector, mean age of tie points

sd

numeric vector, standard deviation of tie points

force_order

logical, enforce strictly increasing times

See Also

tp_time_floating_scale() for tie points for a floating scale, tp_height_det() for deterministic height tie points