SubjectiveScalesModels.jl

A Julia package for Beta-like regression models useful for subjective scales data (Likert scales, analog scales, ...)

MIT License

Stars
1

SubjectiveScalesModels.jl

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.