美文网首页
统计建模与R软件

统计建模与R软件

作者: Derrick_Xu | 来源:发表于2016-08-22 14:20 被阅读0次

    1.which.min(x) 返回x中最小值的下标 which.max(x)
    2.sort(x, na.last=TRUE, decreasing=FALSE)
    3.seq(from, to ,by) seq(length, from ,by)
    4.all(c(1, 2, 3, 4, 5, 6, 7) > 3) any(c(1, 2, 3, 4, 5, 6, 7) > 3)
    5.is.na( ) is.nan( ) is.finite( ) is.infinite( )

    相关文章

      网友评论

          本文标题:统计建模与R软件

          本文链接:https://www.haomeiwen.com/subject/exznjttx.html