I spend some day to learn a powerful tool that is called parallel.
It can help you split several tasks into multiple groups to run them parallel.
Get into the car!继续阅读 »
For R beginners, for loop is an elementary flow-control device that simplifies repeatedly calling functions with different parameters. A possible block of code is like this:继续阅读 »