0

我做了一个潜在的回归(使用包 laavan),现在我试图做一个这个回归的 coefplot 表,但我失败了。问题在于“meta.analytic.effect”。见下文。

Error in stop_dplyr(env_filter$current_expression, dots, fn = "filter", :
19.
stop(fallback)
18.
signal_abort(cnd, .file)
17.
abort(bullets, class = "dplyr_error", error_name = error_name, error_expression = error_expression, index = .index, dots = dots, fn = fn, parent = parent)
16.
stop_dplyr(env_filter$current_expression, dots, fn = "filter", problem = conditionMessage(e))
15.
value[[3L]](cond)
14.
tryCatchOne(expr, names, parentenv, handlers[[1L]])
13.
tryCatchList(expr, classes, parentenv, handlers)
12.
tryCatch(mask$eval_all_filter(dots, env_filter), simpleError = function(e) { stop_dplyr(env_filter$current_expression, dots, fn = "filter", problem = conditionMessage(e)) })
11.
filter_rows(.data, ...)
10.
filter.data.frame(., if_any(.cols = c(matches("estimate|statistic|std.error|p.value")), .fns = ~!is.na(.)))
9.
filter(., if_any(.cols = c(matches("estimate|statistic|std.error|p.value")), .fns = ~!is.na(.)))
8.
function_list[[i]](value)
7.
freduce(value, `_function_list`)
6.
`_fseq`(`_lhs`)
5.
eval(quote(`_fseq`(`_lhs`)), env, env)
4.
eval(quote(`_fseq`(`_lhs`)), env, env)
3.
withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
2.
tidy_df %<>% filter(if_any(.cols = c(matches("estimate|statistic|std.error|p.value")), .fns = ~!is.na(.))) %>% statsExpressions::tidy_model_expressions(statistic, k, effsize)
1.
ggcoefstats(x = confianca_98_graf, meta.analytic.effect = FALSE, statistic = "t", package = "LaCroixColoR", palette = "paired
4

0 回答 0