logit_scaled: Scaled logit-link

View source: R/numeric-helpers.R

logit_scaledR Documentation

Scaled logit-link

Description

Computes logit((x - lb) / (ub - lb))

Usage

logit_scaled(x, lb = 0, ub = 1)

Arguments

x

A numeric or complex vector.

lb

Lower bound defaulting to 0.

ub

Upper bound defaulting to 1.

Value

A numeric or complex vector.


paul-buerkner/brms documentation built on April 14, 2024, 5:39 p.m.