Learn R Programming

radiant.basics (version 1.6.0)

prob_norm: Probability calculator for the normal distribution

Description

Probability calculator for the normal distribution

Usage

prob_norm(mean, stdev, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)

Arguments

mean

Mean

stdev

Standard deviation

lb

Lower bound (default is -Inf)

ub

Upper bound (default is Inf)

plb

Lower probability bound

pub

Upper probability bound

dec

Number of decimals to show

Details

See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant

See Also

summary.prob_norm to summarize results

plot.prob_norm to plot results

Examples

Run this code
prob_norm(mean = 0, stdev = 1, ub = 0)

Run the code above in your browser using DataLab