里里里里卡42-决策链社区论坛-第2页
Error in ssum[2, , 1] : subscript out of bounds-决策链社区论坛

Error in ssum[2, , 1] : subscript out of bounds

【解决方法】 更改参数预测时间点/抽样次数/区间部份数
能不能在Mac上使用虚拟机运行决策链-决策链社区论坛

能不能在Mac上使用虚拟机运行决策链

答:现在不可以,以后不需要。
2个月前
06311
调查设计COX回归:Error in contrasts<-(*tmp*, value = contr.funs[1 + isOF[nn]]) :对比只适用于有两个或多于两个层次的因子-决策链社区论坛

调查设计COX回归:Error in contrasts<-(*tmp*, value = contr.funs[1 + isOF[nn]]) :对比只适用于有两个或多于两个层次的因子

【报错原因】 个别分类变量的的因子水平为1,例如性别Sex变量只有Female这一个水平 【解决方法】 检查模型中所有的分类变量,排除因子水平小于2的分类变量
分析单元“8.分位数节点”运算出错,请检查。Error in rcspline.eval(x, knots = knots, inclx = TRUE, pc = pc, fractied = fractied) :-决策链社区论坛

分析单元“8.分位数节点”运算出错,请检查。Error in rcspline.eval(x, knots = knots, inclx = TRUE, pc = pc, fractied = fractied) :

【报错原因】 输入分位数 数量要大于2;数据不能过于集中,要有明显的四分位区间 【解决方法】 输入大于等于3的分位数;更换数据
Error in approx(sp$y, sp$x, xout = cutoff) :调用内插至少需要两个非NA值的数据-决策链社区论坛

Error in approx(sp$y, sp$x, xout = cutoff) :调用内插至少需要两个非NA值的数据

【报错原因】 分层后变量有空值 【解决方法】 更换合适的分组变量
Error in ranger::ranger(dependent.variable.name = task$target_names, data = task$data(), :User interrupt or internal error.-决策链社区论坛
多条件过滤表格 转换多变量标签编码的表达式怎么写-决策链社区论坛

多条件过滤表格 转换多变量标签编码的表达式怎么写

逻辑与运算符号(英文半角)含义==等于!=不等于>大于>=大于等于<小于<=小于等于|或or或&或and且~非( )①表示括号,优先运算②( )跟随在其他运算符后,含义随运算符变化[ ]索引...
Error in plm.fit(data, model = models[1L], effect = effect) : empty model-决策链社区论坛

Error in plm.fit(data, model = models[1L], effect = effect) : empty model

【报错原因】 数据不符合分析,可能不符合面板数据 【解决方法】 建议重新选择各个参数变量或换数据
Error in lrtest.default(model_one, model_two) :models were not all fitted to the same size of dataset请检查表格变量类型是否符需要转换,变量值是否需要插补空值,变量名是否存在非法字符!-决策链社区论坛
Error in dplyr:mutate(, z = (first.m - last.m)/sgrtl(firstv + lastwy): Caused by error! object

“value” parameter must be a scalar, dict or Series, but you passed a “Dataframe’

【报错原因】 其中一个表的列名加_x,_y的后缀后出现重复的变量
Error in X %*% rowSums(cf) : non-conformable arguments-决策链社区论坛

Error in X %*% rowSums(cf) : non-conformable arguments

【报错原因】训练和预测子集中,因子变量的水平不一致【解决方法】更换采样方法或者换变量
用筛选样本缩小变量值的范围-决策链社区论坛

用筛选样本缩小变量值的范围

使用节点:筛选样本 功能:根据研究需要,对一个变量的值进行合理的限制。例如缩小取值范围,筛选出想要的某些值,区分性别,等等。
Error in onestrat(x[index, , drop = FALSE], clusters[index], nPSU[index][1], :Stratum (51) has only one PSU at stage 1-决策链社区论坛

Error in onestrat(x[index, , drop = FALSE], clusters[index], nPSU[index][1], :Stratum (51) has only one PSU at stage 1

【报错原因】 分层变量和自变量不适配,只有一个数据在某个分层里 【解决方法】 重新选择适合变量
Error in mediation::mediate(model_med, model_total, treat = var_treatment, :number of observations do not match between mediator and outcome models-决策链社区论坛
Error in axis(sindesmm, at=scaledm, labels = fatm,pos=y,cex.axs= cexaxs,:所有的位置值都是无限的。-决策链社区论坛
Error in num point[[ind pred]]: attempt to select less thanone element in get1index.-决策链社区论坛

Error in num point[[ind pred]]: attempt to select less thanone element in get1index.

【报错原因】 节点数不支持计算 【解决方法】 更改节点数
能不能使用移动硬盘运行数据库的内容-决策链社区论坛

能不能使用移动硬盘运行数据库的内容

答:非要用硬盘也可以,但是极度不推荐。容易坏,容易报奇怪的错。性价比极低。
2个月前
0478
Error in gamm(formula = as.formula(fml), random = list(rand_variable = ~1), :Not enough (non-NA) data to do anything meaningful-决策链社区论坛

Error in gamm(formula = as.formula(fml), random = list(rand_variable = ~1), :Not enough (non-NA) data to do anything meaningful

【报错原因】 变量选择有问题,不可以是字符串,必须是0和1的二分类变量 【解决方法】 更换因变量
2个月前
05714
Java gateway process exited before sending its port number-决策链社区论坛

Java gateway process exited before sending its port number

【报错原因】 spark的黑色运行窗口被意外关闭 【解决方法】 避免spark运行窗口被关闭
Error in profile.glm(object, which = parm, alpha = (1 - level)/4, trace = trace) : profiling has found a better solution, so original fit had not converged-决策链社区论坛

Error in profile.glm(object, which = parm, alpha = (1 – level)/4, trace = trace) : profiling has found a better solution, so original fit had not converged

【报错原因】 选择的因变量和自变量不适合此分布类型 【解决方法】 更换因变量/自变量或分布类型
Error in gbm.fit(x = x, y = y, offset = offset, distribution = distribution, :The data set is too small or the subsampling rate is too large: nTrain * bag.fraction <= n.minobsinnode-决策链社区论坛
高级变量运算怎么写表达式-决策链社区论坛

高级变量运算怎么写表达式

逻辑与运算符号(英文半角)含义==等于!=不等于>大于>=大于等于<小于<=小于等于|或or或&或and且~非( )①表示括号,优先运算②( )跟随在其他运算符后,含义随运算符变化[ ]索引...
Error in pre_process_did(yname = yname, tname = tname, idname = idname, :There is no available never-treated group-决策链社区论坛

Error in pre_process_did(yname = yname, tname = tname, idname = idname, :There is no available never-treated group

【报错原因】 干预变量不符合规定 【解决方法】 建议检查干预变量或重新选择
Error in UseMethod(

Error in UseMethod(“logLik”) :”logLik”没有适用于”c(‘svycoxph’, ‘coxph’)”目标对象的方法

【报错原因】 上游节点如果为调查设计回归分析或调查设计cox回归,不能做Likelihood
Error in stanc(file = fle, model code = model code, model name = model name,: parser failed badly.maybe try installing the V8 package-决策链社区论坛
Error in anova.coxph(model_inter, test =

Error in anova.coxph(model_inter, test = “Chisq”) :Can’t do anova tables with robust variances

【报错原因】 数据问题 【解决方法】 替换分析变量
2个月前
02511
Error in min(i):invalid 'type'(list) of argument-决策链社区论坛
用矩阵变换互换变量名与变量值-决策链社区论坛

用矩阵变换互换变量名与变量值

使用节点:矩阵变换 功能:将表格的行与列互换,快速将变量值变为变量名。
Error in model.frame.default(Terms, newdata, na.action = na.action, xlev = object$xlevels) :因子loop_number里出现了新的层次2-决策链社区论坛

Error in model.frame.default(Terms, newdata, na.action = na.action, xlev = object$xlevels) :因子loop_number里出现了新的层次2

【报错原因】 外部验证里的变量值和原始数据变量不一样 【解决方法】 更换变量