Skip to content

Commit

Permalink
Merge pull request #29 from cszang/patch-1
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
AndyBunn authored Jan 28, 2025
2 parents b489717 + cdcc287 commit 2cb9e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/powt.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
}
Expand Down

0 comments on commit 2cb9e91

Please sign in to comment.