Code Monkey home page Code Monkey logo

bernor's Introduction

R package to do logit-normal generalized linear mixed models.

Method: ordinary Monte Carlo with importance sampling.

The main point of the package was to provide the computing backing the paper

Sung, Y. J. and Geyer, C. J. (2007).
Monte Carlo likelihood inference for missing data models.
Annals of Statistics, 35, 990--1011.

The package works fine (although is a bit complicated to use) and does random effects models of arbitrary complexity. However, its importance sampling scheme is not ideal and it does not give very good answers for very complicated models. Hence we have not put the package on CRAN.

Should install with no problem. Passed R CMD check under R-3.5.1. The latest version uses all of the native routine registration recommended by Sections 5.4 and 6.1 of Writing R Extensions (https://cran.r-project.org/doc/manuals/r-release/R-exts.html).

To install using R package remotes (https://cran.r-project.org/package=remotes)

library(remotes)
install_github("cjgeyer/bernor", subdir = "package/bernor")

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.