Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

normarea

Normal Area


Description

Function that computes and draws the area between two user specified values in a user specified normal distribution with a given mean and standard deviation

Usage

normarea(lower = -Inf, upper = Inf, m, sig)

Arguments

lower

the lower value

upper

the upper value

m

the mean for the population

sig

the standard deviation of the population

Author(s)

Alan T. Arnholt

Examples

normarea(70, 130, 100, 15)
    # Finds and P(70 < X < 130) given X is N(100,15).

BSDA

Basic Statistics and Data Analysis

v1.2.0
GPL (>= 2)
Authors
Alan T. Arnholt [aut, cre], Ben Evans [aut]
Initial release
2017-07-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.