Skip to content

Commit

Permalink
Fixed a couple typos in the roxygen2 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Feb 2, 2024
1 parent c1c33e7 commit cacf35b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/simulate_data.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title Generate Data from a GLMCPA Model
#' @title Generate Data from a GLM-PCA Model
#'
#' @description Generate data from a GLMPCA model with a specified
#' @description Generate data from a GLM-PCA model with a specified
#' rank.
#'
#' @details This function assumes that each column of the data is generated
Expand All @@ -16,7 +16,7 @@
#'
#' @param p Number of columns (cells).
#'
#' @param K Rank of the underlying mean structure
#' @param K Rank of the underlying mean structure.
#'
#' @param link Character vector describing the link between the product
#' of the loading and factors and the mean of the data.
Expand Down
6 changes: 3 additions & 3 deletions man/generate_glmpca_data_pois.Rd

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

0 comments on commit cacf35b

Please sign in to comment.