SubjectiveScalesModels.jl

A Julia package for Beta-like regression models useful for subjective scales data (Likert scales, analog scales, ...)
Author DominiqueMakowski
Popularity
1 Star
Updated Last
1 Month Ago
Started In
July 2024

SubjectiveScalesModels.jl

Docs Build Status Coverage

Toolbox for modelling scores from subjective scales (for example Likert or analog scales), common in psychology and cognitive neuroscience.

Installation

using Pkg

Pkg.add("SubjectiveScalesModels")

Features

BetaPhi2() Distribution for Beta Regressions

BetaPhi2(0.5, 1)

Ordered Beta Model

Choice-Confidence (Choco) Model

Choco(p1=0.3, μ0=0.7, ϕ0=3, μ1=0.4, ϕ1=2)

Zero-One-Inflated Beta Model (ZOIB)

  • To do.

Used By Packages

No packages found.