-
ggtrendline函数包,在ggplot中添加线性/非线性回归线、回归方程、R平方、P值
-
2022-5-4 21:52
-
ggtrendline: an R package for adding trendline and confidence interval to ggplot 0. 链接 链接: https://cran.r-project.org/package=ggtrendline 和 https://github.com/PhDMeiwp/ggtrendline 1. 在R或Rstudio软件中安装ggtrendline 包 ...
-
个人分类: R语言|3616 次阅读|没有评论
-
拟合模型比较之AIC, AICc, BIC(附相关R函数包)
-
2022-2-28 21:09
-
同步更新于的我个人网站, 点此链接,查看原文 〇、准则 The smaller the AIC, AICc or BIC, the better the model. AIC值越小,拟合模型越好。 AICc,BIC同样适用。 一、简介 AIC信息准则即Akaike information criterion,又称赤池信息量。 AICc是针对小样本数据集的AIC,即小样本校正后的AIC。 BIC为贝叶斯信 ...
-
个人分类: R语言|12554 次阅读|1 个评论
-
自定义R函数包安装位置,专门解决R软件更新后所有R包要重装的Bug
-
2022-2-28 21:06
-
同步更新于我的个人网站, 点此链接,查看原文 第一步:查看R包默认的安装位置 接下来打开Rstudio软件,在console中输入: .libPaths() #比如D:/ProgramFiles/R/R-4.1.1/library 第二步:新建 .Rprofile文件 file.edit(~/.Rprofile) #注意始终用半角字符  ...
-
个人分类: R语言|6642 次阅读|没有评论
-
R语言可视化/作图网站推荐
-
热度 1 2019-4-16 09:37
-
https://www.r-graph-gallery.com/
-
个人分类: R语言|7427 次阅读|2 个评论 热度 1
-
R语言如何给拟合曲线添加95%置信区间?
-
热度 1 2018-7-30 14:40
-
最新basicTrendline包ver2.0.3帮你解决这个问题。 安装 basicTrendline包(在R或Rstudio中运行) 从CRAN安装: install.packages(basicTrendline) 从github安装version 2.0.3版: install.packages(devtools) devtools::install_github(PhDMeiwp/basicTrendline@master,force=  ...
-
个人分类: R语言|45810 次阅读|1 个评论 热度 1
-
basicANCOVA: an R package for One-way ANCOVA analysis
-
2018-4-8 18:39
-
basicANCOVA: an R package for One-way ANCOVA Judgement and Plot Installation (1.0.1) version 1.0.1 from Github ### version 1.0.1 install.packages(devtools) library(devtools) install_github(PhDMeiwp/basicANCOVA@master, force = TRUE) library(basicANCOVA) Usage ...
-
个人分类: R语言|5052 次阅读|1 个评论
-
统计与可视化:好用的R函数包推荐
-
2018-1-3 14:22
-
1. ggrepel-解决散点图样品标签重叠,方便筛选样品 开源网址: https://github.com/slowkow/ggrepel 推荐来源与更多中文介绍: https://mp.weixin.qq.com/s/hxBAlnK_1ZSGJQg1mwsssw 2. ggtree: visualization and annotation of phylogenetic trees 开源网址: https://github.com/Guangchuan ...
-
个人分类: R语言|7734 次阅读|没有评论
-
R语言中 xy轴双误差棒 图片绘制代码 Example
-
2017-8-2 16:34
-
效果 图 ---------------------------------- 原始数据csv文件数据录入方式一例 # step 1 导入数据到R软件 mean.sd - read.csv(~/mean.sd.csv) View(mean.sd) #-------- 双误差棒 图片绘制 Example s tart-------------------------------- # add both x- and y-axis ...
-
个人分类: R语言|10787 次阅读|1 个评论
本页有 2 篇博文因作者的隐私设置或未通过审核而隐藏