8.identify(x,type=c(“ao”,“tc”,“ls”),…)
选择或不选择异常值
描述
对异常值进行选择或者不选择,单击多次遍历不同类型异常值。通过ESC退出及返回。
用法
identify(x,type=c(“ao”,“tc”,“ls”),…)
代码①
library(seasonal)
m <- seas(AirPassengers)
identify(m)
结果①
数据更新
每月中国进出口
链接: link
选择或不选择异常值
对异常值进行选择或者不选择,单击多次遍历不同类型异常值。通过ESC退出及返回。
identify(x,type=c(“ao”,“tc”,“ls”),…)
library(seasonal)
m <- seas(AirPassengers)
identify(m)
每月中国进出口
链接: link