dist_norm: Construct parameterized distribution vectors

Description Usage Arguments

View source: R/pdist.R

Description

Construct parameterized distribution vectors

Usage

1
2
3
dist_norm(.data = NULL, mean, sd, names = NULL)

dist_t(.data = NULL, m, s, df, names = NULL)

Arguments

.data

An optional data frame from which parameters should be sourced

mean, sd

Parameters of the normal distribution

names

Names for output objects

m, s, df

Parameters of the t distribution (location of m, scale of s)


paleolimbot/carbon14 documentation built on May 25, 2019, 11:33 p.m.