0

I have a spreadsheet with 20 year time series data for 100 firms. The names of the 100 firms are in the first column, followed by each column containing values for a particular year (21 columns).

I would like to replace the values in each column with the assigned decile distribution for each firm in that particular year. How would I go about doing this in R?

Pradeep
  • 9,667
  • 13
  • 27
  • 34
Alex
  • 21
  • 3
  • Please add relevant tags to question: R != spreadsheet – Perdi Estaquel Dec 05 '18 at 02:21
  • 1
    More importantly add code for what have you tried along with example data and expected output. See https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – OganM Dec 05 '18 at 02:23
  • 2
    Welcome to StackOverflow! Please read the info about [how to ask a good question](http://stackoverflow.com/help/how-to-ask) and how to give a [reproducible example](http://stackoverflow.com/questions/5963269). This will make it much easier for others to help you. – Ronak Shah Dec 05 '18 at 02:39

0 Answers0