随笔分类 -  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 阅读(565) 评论(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 阅读(185) 评论(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 阅读(548) 评论(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 阅读(269) 评论(0) 推荐(0) 编辑

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

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

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

posted @ 2019-03-29 11:52 iUpoint 阅读(2423) 评论(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 阅读(161) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示