摘要:
向量是用于存储数值型、字符型或逻辑型数据的一维数组。 (1)用函数c()可以来创建一个向量,如: > a <- c(1,2,3,4)> b <- c('china','america','japan')> c <- c(TRUE,FALSE,TRUE,FALSE)> ls()[1] "a" "b" 阅读全文
摘要:
准备工作首先我们需要安装并下载一些东西: TeXLiveSubline Text 3LaTeXTools Sumatra PDF 安装LaTeXTools安装Package Control 首先我们需要在Sublime Text 3中安装Package Control,官网有详细的安装说明,但是英文 阅读全文
摘要:
1 ############################################################################################ 2 # This R function helps to interpret the output of th 阅读全文
摘要:
It seems the creators of this particular R command presume one is familiar with the original Dickey-Fuller formulae, so did not provide the relevant d 阅读全文