Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 11, 2023
1 parent 87ce670 commit 49ae831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions R/maicplus.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#' A package for running matching adjusted indirect comparison
#'
#' This package facilitates performing matching adjusted indirect comparison
#' (MAIC) analysis where the endpoint of interest is either time-to-event
#' (MAIC) analysis where the endpoint of interest is either time-to-event
#' (e.g. overall survival) or binary (e.g. objective tumor response).
#'
#' @docType package
#' @name maicplus-package
#'
#'
#'
#'

#' @import graphics
NULL
Expand All @@ -27,4 +27,4 @@ NULL
NULL

#' @import boot
NULL
NULL
2 changes: 1 addition & 1 deletion R/matching.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Derive individual weights in the matching step of MAIC
#'
#' This function takes individual patient data (IPD) with centered covariates
#' (effect modifiers and/or prognostic variables) as input and generates
#' (effect modifiers and/or prognostic variables) as input and generates
#' weights for each individual in IPD trial to match the covariates in aggregate data.
#'
#' @param data a numeric matrix, centered covariates of IPD, no missing value in any cell is allowed
Expand Down

0 comments on commit 49ae831

Please sign in to comment.