From cdcc28759ff7d73a8fb8c2ef6d9d39f0859e6d69 Mon Sep 17 00:00:00 2001 From: Christian Zang Date: Mon, 27 Jan 2025 11:07:36 +0100 Subject: [PATCH] fix typos --- man/powt.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/powt.Rd b/man/powt.Rd index 6ba2e5a..ef43190 100644 --- a/man/powt.Rd +++ b/man/powt.Rd @@ -54,7 +54,7 @@ powt(rwl, method = "universal", rescale = FALSE, The procedure above is modified with \code{method="universal"} where all samples are used simultaneously in a linear mixed-effects model with time (year) as a random effect: \code{lmer(log S ~ log M + (1|year)}. This "universal" or - "singal free" approach accounts for the common year effect across all of the + "signal free" approach accounts for the common year effect across all of the series in \code{rwl} and should address that not every year has the same change in environmental conditions to the previous year. @@ -71,7 +71,7 @@ powt(rwl, method = "universal", rescale = FALSE, } \author{ - Christian Zang impemented the Cook and Peters method. Stefan Klesse conceived + Christian Zang implemented the Cook and Peters method. Stefan Klesse conceived and wrote the universal method. Patched and improved by Mikko Korpela and Andy Bunn. }