Recent Posts

Derivative and Partial Derivative

1 minute read

感谢 良田围 网友在 偏导数有什么用 问题上的精彩回复,以下全文摘抄,仅加音标并稍微排版。

R profiling

less than 1 minute read

system.time()

R «- operator

1 minute read

第一次看到这个 «- 赋值是在 coursera 的 assignment,这里是实现了一个 cache 了 mean 结果的 vector:

R apply family

8 minute read

参考资料:A brief introduction to “apply” in R

R Scoping Rules

4 minute read

总结自 Introduction to the R Language - Scoping Rules (pdf)