Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Overdispersion Models (OM) using Generalized Estimating Equations (GEE)

License

NotificationsYou must be signed in to change notification settings

Express50/omgee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This R package provides an implementation of the GEE method for estimating multinomial probabilties for clustered data, for independent and exchangeable correlation structure.

How to cite

Landsman V., Landsman D., Li C.S., Bang H. Overdispersion models for correlated multinomial data: Applications to blinding assessment. Statistics in Medicine. 2019; 38: 4963– 4976. https://doi.org/10.1002/sim.8344

Installation

There are a few methods available for installing the package. You need to have thedevtools package installed to use these methods:

> install.packages('devtools')

Using GitHub

Use theinstall_github method from devtools to install directly from this repository:

>devtools::install_github('https://github.com/Express50/omgee')

Using pre-built tar file

Download the latest released .tar.gz file from theReleases page into an empty folder. Then, navigate to the location of the file in your command line, and run the following from an R shell:

>devtools::install('.',dependencies=TRUE)

Building

You can also build the code yourself by cloning the repository and usingR CMD BUILD. Make sure to install therootSolve dependecy before installingomgee, by runninginstall.packages('rootSolve')

> git clone https://github.com/Express50/omgee omgee> R CMD build omgee> R CMD INSTALL omgee_1.0.tar.gz

About

Overdispersion Models (OM) using Generalized Estimating Equations (GEE)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp