Skip to content
forked from gamlj/gamlj

GAMLj: GLM, Mixed, Generalized and Generalized mixed models for jamovi

Notifications You must be signed in to change notification settings

k-motwani/gamlj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMLj Suite for Linear Models

General, Mixed, Generalized, and Generalized Mixed Models

version 2.6.*


Estimates a General Linear Model, Mixed Linear Models, Generalized Linear Models and Generalized Mixed Models with categorial and/or continuous variables, with options to facilitate estimation of interactions, simple slopes, simple effects, post-hoc etc.

  • Continuous and categorical independent and dependent variables
  • F-test and parameter estimates
  • Confidence intervals
  • Moderation made easy
  • Simple slopes analysis
  • Simple effects
  • Polynomial effects
  • post-hoc analysis
  • Plots up to three-way interactions
  • Automatic selection of best estimation methods and degrees of freedom selection
  • Type III estimation

More informations can be found at GAMLj page

Install in jamovi

Please install jamovi and run it. Select the jamovi modules library and install GAMLj from there

From source

You will first need to download jamovi.

You can clone this repository and compile the module within R with

library(jmvtools)

jmvtools::install()

Install in R


devtools::install_github("gamlj/gamlj")

Versions

Please check out the release notes.

Troubleshooting

Installing from source

The module installs dependencies automatically, but in some R installations the process seems to fail when it comes to the dependencies. The solution is to install in the module build folder the required package that fails before installing the module. For example, if "pbkrtest" fails and you cloned the source in YOURCLONEFOLDER folder, run this before installing the module.

package<-"pbkrtest"
dirroot<-YOURCLONEFOLDER
instdir<-paste0(dirroot,"/build/R")
install.packages(package,lib = instdir)


Programmatic name

paste(paste(LETTERS[c(7,1,13,12)],collapse =""),paste(letters[10]),sep="")

About

GAMLj: GLM, Mixed, Generalized and Generalized mixed models for jamovi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 94.5%
  • JavaScript 5.5%