Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Mar 14, 2023
1 parent b7a5cc2 commit cf155ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/firstlib.R
Expand Up @@ -133,7 +133,7 @@
#' @importFrom vegan wascores
.onAttach <- function(lib, pkg) {
packageStartupMessage("\nmicrobiome R package (microbiome.github.com)
\n\n\n Copyright (C) 2011-2022 Leo Lahti,
\n\n\n Copyright (C) 2011-2023 Leo Lahti,
Sudarshan Shetty et al. <microbiome.github.io>\n")
}

Expand Down
2 changes: 1 addition & 1 deletion R/gktau.R
Expand Up @@ -3,7 +3,7 @@
#' variables
#' @details Measure association between nominal (no order for levels) variables
#' using Goodman and Kruskal tau. Code modified from the original source:
#' r-bloggers.com/measuring-associations-between-non-numeric-variables/
#' \url{r-bloggers.com/measuring-associations-between-non-numeric-variables/}
#' An important feature of this procedure is that it allows missing
#' values in either of the variables x or y, treating 'missing' as an
#' additional level. In practice, this is sometimes very important since
Expand Down
6 changes: 2 additions & 4 deletions man/gktau.Rd

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

0 comments on commit cf155ee

Please sign in to comment.