psycho (version 0.0.8)

assess: Compare a score to a parent population.

Description

Compare a given score to a parent population.

Usage

assess(score, mean = 0, sd = 1, linecolor = "#E91E63",
  fillcolor = "#2196F3", xlabel = "Score", verbose = T)

Arguments

score

The score.

mean

The general population's mean.

sd

The general population's standart deviation.

linecolor

The colour of the vertical line.

fillcolor

The colour of the density plot.

xlabel

The label for the x axis.

verbose

Print possible warnings.

Value

output

Examples

Run this code
# NOT RUN {
rez <- assess(124, mean=100, sd=15)

# }

Run the code above in your browser using DataLab