英文: How to extend values down an r dataframe when row conditions are met? 问题 请注意,以下是您要翻译的部分: "N...
R在ggplot中绘制两个facet_grids中的三个时间序列
英文: R Plotting three timeseries in two facet_grids in ggplot 问题 使用facet_grid()函数绘制三个时间序列在两个网格中可能不太容易...
如何将R中的置信区间计算更改为对数-对数?
英文: How do I change confidence interval calculation to log-log on R? 问题 如果我想使用coxph和confinf函数来计算置信区间...
IV回归与聚类标准误
英文: IV Regression With Clustered Standard Errors 问题 在R中,我有一个包含个体、年份以及变量y、x和z观测数据的面板数据集。我试图估计一个IV回归模型...
声学复杂度指数时间序列输出
英文: Acoustic complexity index time series output 问题 我有一个.wav文件,我想在每一秒计算声学复杂度指数(Acoustic Complexity I...
在 ggplot2 中重新排列 x 轴的类别只能按降序操作。
英文: Reordering x categories in ggplot2 only works with descending order 问题 我使用字符变量作为x轴,数字变量作为y轴,字符变量...
参数的最大似然估计,遵循多项式逻辑回归。
英文: maximum likelihood estimation of parameters following polynomial logistic regression 问题 这是数据集,使用...
不能对`dbl`执行二进制运算,尽管它们是数值?
英文: Cannot perform binary operators on dbl's even though they're numeric? 问题 这是我的 tibble。 预览...
增加按组重复数字的列
英文: Add column with repeated numbers per group 问题 我想要在数据框中添加一个新的列,其中每个组(Chr)的末尾都重复1,1,1,2,2,2,3,3,3,...
如何在R中为特定值创建一个分组的百分比列
英文: How to create a column with percentages for specific values for a group in R 问题 我有这个数据集 dat = st...
298