zoukankan      html  css  js  c++  java
  • 我的R代码备份

    1 #f1=scan(file="f1.txt");
      2 #f2=scan(file="f2.txt");
      3 f=scan(file="5.2_topscreen.txt");                                                                                
      4 png(file="myplot2.png", bg="transparent");
      5 #qqplot(f1,f2);
      6 qqnorm(f);
      7 #axis(1,at=seq(1,5000,200));
      8 #axis(2,at=seq(1,5000,200));

    f=scan(file="f.txt");                                                                  
      2 quantile(f,0.99);                                                                       
      3 png(file="myplot2.png", bg="transparent");                                              
      4 boxplot(f);                                                                            
      5 fivenum(f);                                                                                               
      6 summary(f);                                                                                                 
      7 IQR(f);           

  • 相关阅读:
    10 个你需要了解的 Linux 网络和监控命令
    U盘安装 bt5
    SpringCloud RabbitMQ 使用
    两个大数相乘笔试题目
    activemq 话题模式(三)
    activemq 队列模式(二)
    activemq 安装 (一)
    安装mysql5.7时缺少my.ini文件
    linux 远程rsa 登录配置 文件 /etc/ssh/sshd_config
    java -jar 解决占用终端问题
  • 原文地址:https://www.cnblogs.com/finallyliuyu/p/3728413.html
Copyright © 2011-2022 走看看