Skip to content

Adding a calculated variable to a data frame (fwd)

1 message · Andrew Perrin

#
Thanks to all who answered... this is what I was looking for:

  df$rwa.sum <- df$first.agg+df$first.sub+df$first.agg

thanks to the several people who responded.

ap