Skip to content

Commit

Permalink
docs: #102 update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Sep 6, 2024
1 parent 63cfec3 commit a07389f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/augment_prediction_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#' Where there are missing variables in `.data` or `checks` is missing,
#' `NA` will be returned for the augmented prediction data instead.
#' @param .data A data.frame of out of-sample-predictions analyst submission data
#' @param checks A data.frame of pointblank interrogation output for `.data`
#' @param checks A data.frame of [pointblank::] interrogation output for `.data`
#' @param dataset A character string equal to either "blue tit" or "eucalyptus"
#'
#' @return A dataframe. Individual analyst submission containing augmented
#' @return A dataframe of individual analyst submission containing augmented
#' out-of-sample prediction data ready for meta-analysis.
#' @export
#'
Expand Down
4 changes: 2 additions & 2 deletions R/convert_predictions.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Convert Predictions
#' @description Converts out of sample predictions on the link scale back to the response scale
#' @description Converts out-of-sample predictions on the link scale back to the response scale
#' @param augmented_data A tibble of out of analyst's sample prediction data for 3 scenarios
#' @return A tibble of out of sample predictions on the response variable scale of the response variable used by the analyst
#' @return A tibble of out-of-sample predictions on the response variable scale of the response variable used by the analyst
#' @family Analysis-level functions
#' @export
#' @import dplyr
Expand Down

0 comments on commit a07389f

Please sign in to comment.