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
VAST changed the position of the SD in index units and the SD in log space in the Index.csv file. Currently, the code that converts the Index.csv file to the Table_for_SS3.csv is mislabeling these two columns and needs to be corrected:
line 166 SD_log = index[["Table"]][, "Std. Error for Estimate"],
line 167 SD_mt = index[["Table"]][, "Std. Error for ln(Estimate)"]
The text was updated successfully, but these errors were encountered:
VAST changed the position of the SD in index units and the SD in log space in the Index.csv file. Currently, the code that converts the Index.csv file to the Table_for_SS3.csv is mislabeling these two columns and needs to be corrected:
line 166 SD_log = index[["Table"]][, "Std. Error for Estimate"],
line 167 SD_mt = index[["Table"]][, "Std. Error for ln(Estimate)"]
The text was updated successfully, but these errors were encountered: