Viewing 4 posts - 1 through 4 (of 4 total)
August 8, 2017 at 10:58 am
I've had some success using the combination of Levenshtein and Difference functions. I had a problem where I needed to match names like 'Term Loan' to 'Term Loan A', 'Term...
August 3, 2017 at 1:42 pm
That is the hardest part me as well: figuring out which models to use. I can't really answer that question beyond some old fashioned trial and error. However, I did...
December 7, 2015 at 7:30 pm
if you don't have the ggplot2 library installed, you can install it in RStudio like this:
> install.packages("ggplot2")
(source: http://ggplot2.org/)
I believe the intended code execution for
# load GGPLOT library(ggplot2) plot.data...
December 7, 2015 at 5:23 pm
Viewing 4 posts - 1 through 4 (of 4 total)