You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested fix: The input data (dfTransformed) for Analyze_Chisq is typically created using \code{\link{Transform_EventCount}} and should be one record per site with required columns for...
QC Details
Analyze_Chisq()
should pass all checks on the release QC checklist. No major errors and fine forv0.1.0
, but plan to address beforev0.2.0
.Additional Comments
roxygen
detailsCount
-->TotalCount
Add statistical assumptions section to
roxygen
Update external dependencies section in
roxygen
@import dplyr
@importFrom tidyr unnest
as.formula
from@importFrom stats
map_df
from@importFrom purrr
stopifnot()
checksNA
handling forSiteID
neededlength(strOutcome) == 1
stopifnot()
errors::
chisq.test(SiteTable)
-->stats::chisq.test(SiteTable)
map() --> purrr::map()
unnest() --> tidyr::unnest()
The text was updated successfully, but these errors were encountered: