StDf is a data frame. Based on this knowledge, what does this statement return?
StDf[, -1]
only the first column of StDf
all but the final column of StDf
all but the first row and first column of StDf
all but the first column of StDf