dnorm_logit: The normal distribution on the logit scale

View source: R/logit.R

dnorm_logitR Documentation

The normal distribution on the logit scale

Description

The normal distribution on the logit scale

Usage

dnorm_logit(x, mean_logit = 0.5, sd_logit = 1)

Arguments

x

vector of quantiles on the probability scale

mean_logit

vector of means on the logit scale

sd_logit

vector of standard deviations on the logit scale

Examples

curve(dnorm_logit(x, 0, 1))

AurMad/STOCfree documentation built on Sept. 13, 2022, 3:20 a.m.