摘要: ###有关字符串的函数 ####①nchar()统计字符串的长度 ####②length()向量中字符串的个数 ####③paste()函数用来粘贴字符串,把多个字符串连接成一个 ####④substr(x,start=number1,stop=number2)函数用于提取字符串 ####⑤字符串大 阅读全文
posted @ 2020-08-06 14:58 赖玮 阅读(344) 评论(0) 推荐(0)
摘要: ###有关ts(time series)时间序列 这里面(2010,5)中5的单位是和后面frequency有关的。frequency=1的时候是年,=4时是季度,=12时是月。frequency=1的时候,开始日期(2010,5)不是作为2010年5月的形式存在的,而是包括2010在内的第五个年头 阅读全文
posted @ 2020-08-06 14:46 赖玮 阅读(494) 评论(0) 推荐(0)