gpt4 book ai didi

r - `stat_smooth()` : object 'C_crspl' not found 计算失败

转载 作者:行者123 更新时间:2023-12-02 03:00:46 25 4
gpt4 key购买 nike

我正在尝试使用以下代码将 geom_smooth() 添加到 qplot() :

library(ggplot2)
library(ggplot2movies)
qplot(votes, rating, data = movies) + geom_smooth()

但是,情节中缺少平滑器。我还收到以下警告消息:

Computation failed in stat_smooth(): object 'C_crspl' not found

有人知道这里出了什么问题吗?

这是我的设置:

> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.1 LTS

最佳答案

我有类似的问题:

# `geom_smooth()` using method = 'gam' and formula 'y ~ s(x, bs = "cs")'
# Warning message:
# Computation failed in `stat_smooth()`:
# object 'C_crspl' not found

# Warning message:
# Computation failed in `stat_smooth()`:
# object 'C_magic' not found

使用geom_smooth(method="gam")时。当我显式加载 mgcv 包版本 1.8-17 时,问题消失了。我想默认情况下,ggplot(我使用2.2.1.9000)会查看1.8-16,它也在搜索路径中。因此,您可能需要更新 mgcv 或确保使用最新版本。

关于r - `stat_smooth()` : object 'C_crspl' not found 计算失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45640913/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com