2

我(新手)正在尝试使用包对占用模型运行 McKenzie-Bailey 拟合优度测试AICcmodavg.无论我做什么,我都会收到一个关于参数的错误,ncores该参数指定在运行引导程序时使用多少计算核心。包信息说,如果留空,它将默认比可用内核少 1 个。我的电脑有4个核心。如果我指定任意数量的核心(我尝试过 0-4),我会收到一个错误,即参数未使用。如果我没有指定ncores,我会收到一个错误,它丢失了。代码如下,任何建议表示赞赏:)

mb.gof.test(CamMod1, nsim = 1000, ncores = 3)

统计错误(对象,...):未使用的参数(ncores = ncores)

mb.gof.test(CamMod1, nsim = 1000)

parboot(mod, statistic = function(i) mb.chisq(i)$chi.square, 中的错误:缺少参数“ncores”,没有默认值

4

0 回答 0