Navigation Menu

Skip to content

ptmixed is an R package that fits the Poisson-Tweedie generalized linear mixed model proposed in Signorelli, Spitali and Tsonaka (2021, Statistical Modelling)

mirkosignorelli/ptmixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

Poisson-Tweedie mixed-effects model: flexible modelling of longitudinal overdispersed counts

CRAN_Status_Badge Total Downloads Monthly Downloads

What is ptmixed

ptmixed is an R package that allows to estimate the Poisson-Tweedie generalized linear mixed model presented in Signorelli, Spitali and Tsonaka (2021). Poisson-Tweedie mixed-effects model: a flexible approach for the analysis of longitudinal RNA-seq data. Statistical Modelling, 21 (6), 520-545. DOI: 10.1177/1471082X20936017. You can read and download the paper here.

About this repository

This repository contains data and code to reproduce the simulations presented in Signorelli, Spitali and Tsonaka (2021).

How to use ptmixed

ptmixed can be downloaded from CRAN. Installation of the package in R can be done through the command

install.packages('ptmixed')

If you encounter problems with packages on which ptmixed depends, you may alternatively install the package using BiocManager:

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install('ptmixed')

Further information

More information on ptmixed can be found at the following pages:

A read-only mirror of the package's source code is available here.

About

ptmixed is an R package that fits the Poisson-Tweedie generalized linear mixed model proposed in Signorelli, Spitali and Tsonaka (2021, Statistical Modelling)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages