Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

forest.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

Forest Plots

Long_sk_Res <- gather(NCAtable, key = "Parameter", value = "Value", -Subject)
MyForeNCA<- lapply(unique(Long_sk_Res$Parameter), function(x)
    foreNCA(NCAtable, PPTESTCD = x, PCTESTCD = ""))
## Error in `[.data.frame`(NCAres, , "PCTESTCD"): undefined columns selected