Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.12 KB

CRAN_Status_Badge Travis-CI Build Status

Overview

The twNlme package helps with estimating uncertainty of predictions of nonlinear mixed effects models.

While the residual variance decreases with averaging over many predictions, the uncertainty due to random effects does not decrease in general.

Installation

# From CRAN (in future)
#install.packages("twNlme")

# First install dependencies
install.packages("nlme")
# Install from github
# install.packages("devtools")
devtools::install_github("bgctw/twNlme")

Usage

See the Tree biomass vignette and other package vignettes (*.md) for examples.