$4,000 Investment Recovery Challenge Day 10

Biggest yet important decision made today. I deposited enough fund into Robinhood to allow unlimited day trading. Most possibly I would never touch that $25,000 in the account but it is a necessary move since 3 day trades in 5 trading days is way too limited for investors. So.. wish me luck. New investment recovery …

Continue reading $4,000 Investment Recovery Challenge Day 10

Practice Programming Assignment: swirl Lesson 5: Base Plotting System

| Nice colors, but still no title. Let's add one with the R command title. Use the argument main set equal to the string "Ozone and | Wind in New York City". boxplot(Ozone~Month,airquality,xlab="Month",ylab="Ozone (ppb)",col.axis="blue",col.lab="red",main="Ozone and Wind in New Yotk City") | That's not exactly what I'm looking for. Try again. Or, type info() for more …

Continue reading Practice Programming Assignment: swirl Lesson 5: Base Plotting System

Practice Programming Assignment: swirl Lesson 4: Plotting Systems

| Trying to install package ‘ggplot2’ now… also installing the dependencies ‘colorspace’, ‘labeling’, ‘munsell’, ‘RColorBrewer’, ‘gtable’, ‘lazyeval’, ‘scales’, ‘viridisLite’ package ‘colorspace’ successfully unpacked and MD5 sums checked package ‘labeling’ successfully unpacked and MD5 sums checked package ‘munsell’ successfully unpacked and MD5 sums checked package ‘RColorBrewer’ successfully unpacked and MD5 sums checked package ‘gtable’ successfully unpacked …

Continue reading Practice Programming Assignment: swirl Lesson 4: Plotting Systems