英文: remove values on the basis of another column 问题 我有两列在数据框中,一列是总分,另一列是预期分数。现在我想要从预期分数列中获取那些预期分数大于总...
Defining y limits on a x-zoom graph with facet_zoom
英文: Defining y limits on a x-zoom graph with facet_zoom 问题 我试图制作一个缩放后的图表,使用geom_point()和geom_smooth(...
如何手动计算自回归模型的残差
英文: how to get residuals from an autoregressive model by hand 问题 我想知道如何手动计算拟合AR模型的残差。我现在可以使用 stats::...
Catching LAPACK errors in Armadillo.
英文: Catching LAPACK errors in Armadillo 问题 I'm here to provide the translation without any additiona...
怎样获取在Plotly中绘制图形的坐标。
英文: how to get the coordinates of the drawn figure in plotly 问题 我想要将绘制的矩形的坐标存储在一个单独的变量中,同时如果我调整矩形的大小...
R Shiny checkboxInput 自动基于条件选择
英文: R Shiny checkboxInput automatically selected based on ondition 问题 我在Shiny中有一个数据表,我想在其中插入一个带有复选框的...
Remove the rectangle drawn on the chart plotly within Shiny.
英文: Remove the rectangle drawn on the chart plotly within Shiny 问题 I can draw a triangle with one cl...
Is there any way to set significant level based on 'p.adj' instead of 'p.format' when using compare_means function in R
英文: Is there any way to set significant level based on 'p.adj' instead of 'p.format'...
奇怪的错误,带有斜体大写希腊字母。
英文: Strange error with italic capital Greek letters 问题 我正在使用R和Bookdown。在数学表达式中,斜体大写希腊字母会引发一个我不太理解的警告...
在R中检查前一行并找到数字何时变为零。
英文: Check the previous row and find when the number change to zero in R 问题 您想要创建一个名为 pre_dur 的新列,其中包...
298