Skip to content

Commit

Permalink
formatted better this time
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopacioni committed Jul 1, 2020
1 parent 9fe0249 commit b363538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/rRec.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
#' The means and standard deviations are calculated as:
#'
#' rRec = sigma(Ni*Mi) / sigma(Ni)
#'
#' SD = sigma(Ni*Si) / sigma(Ni)
#'
#' e.g. for a a three year dataset, that would be:
#'
#' rRec=(N1*M1+N2*M2+N3*M3)/(N1+N2+N3)
#'
#' SD={N1*S1+N2*S2+N3*S3}/(N1+N2+N3)
Expand Down
3 changes: 3 additions & 0 deletions man/rRec.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b363538

Please sign in to comment.