Displaying 1 result from an estimated 1 matches for "corp11".
Did you mean:
corp1
2010 Feb 18
2
Rearranging data
... 95
corp2 16-Feb 1 135
corp2 15-Feb 1 140
corp3 17-Feb 2 86
corp3 16-Feb 2 73
corp5 17-Feb 3 24
corp6 17-Feb 4 44
corp11 17-Feb 1 30
corp13 17-Feb 1 16
corp21 15-Feb 3 21
I have filtered them based on investment id as
invest_data = read.csv('input.csv')
investment_id = invest_data$investment_id
filtered1 <- subset(in...