You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried this function to calculate IRR by ID, but it does not work on whole set of data, I also made a list object of the data. But i get an error
"Error in seq.default(from = hundreds$min.rate, to = hundreds$max.rate, :
'to' must be of length 1"
I have a huge data which have some wrong cashflows which i want the function to skip or put NAs. It worked fine when i tried it on a small subset of IDs which have correct cashflow, and i dont know how to skip or identify the IDs where this error is occuring.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I tried this function to calculate IRR by ID, but it does not work on whole set of data, I also made a list object of the data. But i get an error
"Error in seq.default(from = hundreds$min.rate, to = hundreds$max.rate, :
'to' must be of length 1"
I have a huge data which have some wrong cashflows which i want the function to skip or put NAs. It worked fine when i tried it on a small subset of IDs which have correct cashflow, and i dont know how to skip or identify the IDs where this error is occuring.
Thanks
The text was updated successfully, but these errors were encountered: