Skip to content

In comparison study skeleton #23

@chandryou

Description

@chandryou

@schuemie ,
In comparison study skeleton, generateDiagnostics function
if (sum(!is.na(controlSubset$seLogRr)) >= 5) { fileName <- file.path(diagnosticsFolder, paste0("trueAndObs_a", analysisId, "_t", targetId, "_c", comparatorId, "_", label, ".png")) #controlSubset doesn't have targetEffectSize try( EmpiricalCalibration::plotTrueAndObserved(logRr = controlSubset$logRr, seLogRr = controlSubset$seLogRr, trueLogRr = log(controlSubset$targetEffectSize), fileName = fileName) ) }
In the controlSubset doesn't have targetEffectSize, so EmpiricalCalibration::plotTrueAndObserved doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions