Introduction
The Autologistic.jl
package provides tools for analyzing correlated binary data using autologistic (AL) or autologistic regression (ALR) models. The AL model is a multivariate probability distribution for dichotomous (two-valued) categorical responses. The ALR models incorporate covariate effects into this distribution and are therefore more useful for data analysis.
The ALR model is potentially useful for any situation involving correlated binary responses. It can be described in a few ways. It is:
- An extension of logistic regression to handle non-independent responses.
- A Markov random field model for dichotomous random variables, with covariate effects.
- An extension of the Ising model to handle different graph structures and to include covariate effects.
- The quadratic exponential binary (QEB) distribution, incorporating covariate effects.
This package follows the treatment of this model given in the paper Better Autologistic Regression. Please refer to that article for in-depth discussion of the model, and please cite it if you use this package in your research. The Background section in this manual also provides an overview of the model.
Contents
Reference Index
The following topics are documented in the Reference section:
Autologistic.ALRsimple
Autologistic.ALfit
Autologistic.ALfull
Autologistic.ALsimple
Autologistic.AbstractAutologisticModel
Autologistic.AbstractPairwiseParameter
Autologistic.AbstractUnaryParameter
Autologistic.CenteringKinds
Autologistic.Float1D2D
Autologistic.Float2D3D
Autologistic.FullPairwise
Autologistic.FullUnary
Autologistic.LinPredUnary
Autologistic.SamplingMethods
Autologistic.SimplePairwise
Autologistic.SpatialCoordinates
Autologistic.VecOrMat
Autologistic.addboot!
Autologistic.addboot!
Autologistic.centeringterms
Autologistic.conditionalprobabilities
Autologistic.datasets
Autologistic.fit_ml!
Autologistic.fit_pl!
Autologistic.fullPMF
Autologistic.getpairwiseparameters
Autologistic.getparameters
Autologistic.getunaryparameters
Autologistic.loglikelihood
Autologistic.makebool
Autologistic.makecoded
Autologistic.makecoded
Autologistic.makegrid4
Autologistic.makegrid8
Autologistic.makespatialgraph
Autologistic.marginalprobabilities
Autologistic.negpotential
Autologistic.oneboot
Autologistic.oneboot
Autologistic.pseudolikelihood
Autologistic.setpairwiseparameters!
Autologistic.setparameters!
Autologistic.setunaryparameters!
StatsBase.sample