Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 R 上使用包gam和mgcv.
gam
mgcv
现在我需要得到 GAM 识别的确切函数的输出,以便我可以使用代数写下公式。例如f(x)=5x^2+3x-12
我尝试使用summary.gam()或只是summary()但找不到它。pdf文件中也没有任何内容......有什么帮助吗?
summary.gam()
summary()