随笔分类 -  R

R script 入门教程
摘要:R 脚本语言入门 R语言教程 Sys.time() Sys.sleep(1) install.packages("") #安装R包 例如install.packages("ggplot2") library() #加载R包 例如library(ggplot2) help.start() #打开帮助文 阅读全文

posted @ 2022-02-10 15:59 iUpoint 阅读(655) 评论(0) 推荐(0)

R并行计算
摘要:# 参考文献: https://cosx.org/2016/09/r-and-parallel-computinghttps://blog.csdn.net/sinat_26917383/article/details/52719232 数据分析即服务(DAAS:Data Analyst as a 阅读全文

posted @ 2019-04-25 10:54 iUpoint 阅读(216) 评论(0) 推荐(0)

R-shiny服务器安装及配置
摘要:R的shiny 服务器管理-入门http://www.bio-info-trainee.com/1683.html sudo systemctl start shiny-serversudo systemctl stop shiny-serversudo systemctl restart shin 阅读全文

posted @ 2019-04-24 17:04 iUpoint 阅读(571) 评论(0) 推荐(0)

数模国赛——致病基因
摘要:## 读取数据 setwd("D:/Dasktop/数学建模/国赛2016/2016试题/B/B题附件") phenotype cc){ wh=c(wh,i) } } #length(wh);wh;colnames(genotype)[wh] ## 优比检验 cc=qchisq(alpha, df=1) #c(0.95,0.99,0.999) wh1=c() for(i in... 阅读全文

posted @ 2019-03-29 12:25 iUpoint 阅读(283) 评论(0) 推荐(0)

R实用小技巧
摘要:输出重定向 全排列 链接 R 字符处理函数 阅读全文

posted @ 2019-03-29 12:00 iUpoint 阅读(156) 评论(0) 推荐(0)

R随机森林交叉验证 + 进度条
摘要:交叉验证伪代码 阅读全文

posted @ 2019-03-29 11:52 iUpoint 阅读(2521) 评论(0) 推荐(0)

给大厨写的R数据分析代码
摘要:###************************************** 新老客户统计 ***************************************### dachu 1)) }else if(i = date1)] temp = table(now) #old_now = names(temp)[temp>1] new_now = ... 阅读全文

posted @ 2018-10-10 21:50 iUpoint 阅读(168) 评论(0) 推荐(0)

导航