From 4a6beafe6ca119500232ecda4b5672dd4a1877c2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 22 Oct 2020 12:34:40 +0200 Subject: Improve interface to experimental version of nlme The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme(). --- man/add_err.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/add_err.Rd') diff --git a/man/add_err.Rd b/man/add_err.Rd index 9527d508..fe7002ee 100644 --- a/man/add_err.Rd +++ b/man/add_err.Rd @@ -8,7 +8,7 @@ add_err( prediction, sdfunc, secondary = c("M1", "M2"), - n = 1000, + n = 10, LOD = 0.1, reps = 2, digits = 1, -- cgit v1.2.1