除了参数类型不正确之外,"invalid first argument"错误还可能由其他原因引起。例如,当我们调用一个不存在的函数或对象时,也会出现这个错误。在这种情况下,我们需要检查函数或对象是否正确定义,并确保我们使用正确的名称。 总结起来,"invalid first argument"错误通常发生在函数调用时,表示给定的第一个参数无效。我们可以...
> exists(tt) Error in exists(tt) : invalid first argument 1. 2. 3.
#> Error in if (NaN) "not empty" else "empty": argument is not interpretable as logical 如果判断语句是长度大于1的逻辑向量,程序会抛出警示: if (c(TRUE, FALSE)) 1 #> Warning in if (c(TRUE, FALSE)) 1: the condition has length > 1 and only the #> first element will be used #>...
rm(list = ls) ## Error in rm(list = ls): invalid first argument library(pRRophetic) 加载数据查看一下: data(cgp2016ExprRma) dim(cgp2016ExprRma) ## [1] 17419 1018 cgp2016ExprRma[1:4,1:4] ## CAL-120 DMS-114 CAL-51 H2869 ## TSPAN6 7.632023 7.548671 8.712338 7.797142 ## TNMD...
Error in sample.int(x, size = 3) : invalid first argument 第一行代码生成了-10.5到7.5的等差数列,结果输出的第一行是sample的结果;第二行是sample.int的结果,提示错误:“第一个自变量无效”,因为它不是正整数。其余的用法与sample是一样的。
目录:•连接数据库报错:negativelengthvectorsarenotallowed•连接数据库报错:firstargumentisnotanopenRODBCchannel•连接数据库报错:incorrectnumberofdimensions•RStudio一运行就重启:RSessionAborted•Error:argumentisnotinterpretableaslogical•RStudio无法调试,下断点无效!•编码错误:invalidmultibytecharacterin...
目录: 连接数据库报错:negative length vectors are not allowed 连接数据库报错:first argument is not an open RODBC channel 连接数据库报错:incorrect number of dimensions RStudio一运行就重启:R Session Aborted Error: argument is not interpretable as logical RStudio无法调试,下断点无效! 编码错误:invalid ...
R语⾔—使⽤函数sample进⾏抽样 在医学统计学或者流⾏病学⾥的现场调查、样本选择经常会提到⼀个词:随机抽样。随机抽样是为了保证各⽐较组之间均衡性的⼀个很重要的⽅法。那么今天介绍的第⼀个函数就是⽤于抽样的函数sample:1.> x=1:10 2.3.> sample(x=x)4.5.[1] 3 5 9 6...
连接数据库报错:first argument is not an open RODBC channel 连接数据库报错:incorrect number of dimensions RStudio一运行就重启:R Session Aborted Error: argument is not interpretable as logical RStudio无法调试,下断点无效! 编码错误:invalid multibyte character in parcer at line 10 (更多内容请见:R、...
first argument is not an open RODBC channel ∙连接数据库报错:incorrect number of dimensions ∙RStudio一运行就重启:R Session Aborted ∙Error: argument is not interpretable as logical ∙RStudio无法调试,下断点无效!∙编码错误:invalid multibyte character in parcer at line 10 ...