This variable then could be used to subtract out the mean from the values in column y. data <- mutate(data, y_new = y - x_mean) head(data).
確定! 回上一頁