Giter Club home page Giter Club logo

mcglm's Introduction

mcglm 0.5.0

Build Status Build status for the stable version (master branch)

Build Status Build status for the development version (devel branch)

The mcglm package fits multivariate covariance generalized linear models (Bonat and Jorgensen, 2016).

Introduction

mcglm fits multivariate covariance generalized linear models. It allows use a different linear predictor for each response variable of a multivariate response. The response variable can be continous or dicrete, like counts and binary and also limited continuos ou discrete/continuous inflated responses. The most important and relevant feature is that many covariance structures can be used to model the relations among variables.

This package is part of the Thesis of the first author.

Download and install

Linux/Mac

Use the devtools package (available from CRAN) to install automatically from this GitHub repository:

library(devtools)
install_github("wbonat/mcglm")

Alternatively, download the package tarball: mcglm_0.5.0.tar.gz and run from a UNIX terminal (make sure you are on the container file directory):

R CMD INSTALL -l /path/to/your/R/library mcglm_0.5.0.tar.gz

Or, inside an R session:

install.packages("mcglm_0.5.0.tar.gz", repos = NULL,
                 lib.loc = "/path/to/your/R/library",
                 dependencies = TRUE)

Note that -l /path/to/your/R/library in the former and lib.loc = "/path/to/your/R/library" in the latter are optional. Only use it if you want to install in a personal library, other than the standard R library.

Windows

Download Windows binary version: mcglm_0.5.0.zip (do not unzip it under Windows), put the file in your working directory, and from inside R:

install.packages("mcglm_0.5.0.zip", repos = NULL,
                 dependencies = TRUE)

Development version

By default, if you use devtools::install_github(), or download any of the package tarball or Windows binary version, it will install the stable version of the package (from the master branch of this repository).

If you want to install the development version, you can use

library(devtools)
install_github("wbonat/mcglm", ref = "devel")

Note that the development version can contain bugs and other unknown features, so use it at your own risk!

Authors

Documentation

The reference manual in PDF can be found here: mcglm-manual.pdf

Contributing

This R package is develop using roxygen2 for documentation and devtools to check and build. Also, we adopt the Gitflow worflow in this repository. Please, see the instructions for contributing to collaborate.

License

This package is released under the GNU General Public License (GPL) v3.0.

See LICENSE

mcglm's People

Contributors

wbonat avatar walmes avatar fernandomayer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.