Closed KatrinCoboeken closed 2 months ago
In function extendPopulationFromXLS columnNames should be
columnNames <- c( "Container Path", "Parameter Name", "Mean", "SD", "Distribution" )
But later on they are referenced with dots: paramPath <- paste(data[["Container.Path"]][[i]], data[["Parameter.Name"]][[i]], sep = "|")
Will be fixed in #708
In function extendPopulationFromXLS columnNames should be
columnNames <- c( "Container Path", "Parameter Name", "Mean", "SD", "Distribution" )
But later on they are referenced with dots: paramPath <- paste(data[["Container.Path"]][[i]], data[["Parameter.Name"]][[i]], sep = "|")