英文: Does the `by` argument in `avg_comparisons` compute the strata specific marginal effect? 问题 我正在分...
将筛选器应用于表格函数。
英文: Apply filter to the table function 问题 我正在寻找一种比我当前能够执行的更快的方式来执行一个简单的任务。 我想在R中使用table函数处理数据框的一部分。当...
构建大型 bigsparser::SFBM 矩阵的迭代过程
英文: Build bigsparser::SFBM matrix iteratively 问题 以下是要翻译的内容: 我希望构建一个具有 10^7 列和 2500 行的矩阵。由于这对我的计算机来说太...
在模拟次数上绘制均值/方差
英文: Plot mean/variance over number of simulations 问题 Unfortunately I don't know the name of this kin...
解决一个只有一个未知数的非线性方程系统
英文: Solving a system of non-linear equations with only one unknown 问题 I is equal to P1 - P2 = 0 P1 &...
遍历 DataFrame 列表,获取它们的列名并应用一个函数?
英文: Iterate through list of DFs, grab their listname and apply a function? 问题 我有一个正确命名的数据帧列表。我想使用这些数...
renderHighchart 输出在 Shiny 应用中未显示
英文: renderHighchart output not displaying in Shiny App 问题 以下是您要的代码的翻译部分: # 我有一些数据,看起来像这样: # A tibble...
将数据从一个列复制到另一个列,如果另一个列中的条件满足。
英文: Copy data from one column to another column if condition in another column is met 问题 我试图创建一个包含列标...
如何在R中执行复杂的算术操作,从观测值之间减去指定百分比。
英文: How to subtract the specified percentage between observations to perform complex arithmetic oper...
write_xlsx results in error: "Argument x must be a data frame or list of data frames" This despite data being a list of DFs
英文: write_xlsx results in error: "Argument x must be a data frame or list of data frames" ...
298