fix to bring back A1 plot
This commit is contained in:
@@ -62,7 +62,7 @@ plot.cc.example <- function(datalist, name, varnames=NULL, varorder=NULL, includ
|
||||
df[,Model:= factor(gsub('\\.',' ', Model), levels=rev(model.names))]
|
||||
|
||||
df <- df[Model %in% include.models]
|
||||
rename_models <- list("Automatic Classification"="Automated Classifications", "All Annotations"="Manual Annotations")
|
||||
rename_models <- list("Automatic Classification"="Automated Classifications", "All Annotations"="Manual Annotations", "Annotation Sample"="Annotation Sample","Error Correction"="Error Correction")
|
||||
df <- df[, Model := factor(rename_models[as.character(df$Model)],levels=rev(unique(rename_models[model.names])))]
|
||||
|
||||
p <- ggplot(df[variable != "Intercept"], aes(y = Estimate, x=Model, ymax=LowerCI, ymin=UpperCI, group=variable))
|
||||
|
||||
Reference in New Issue
Block a user