Off topic:Error in if (more || nchar(output) > 80) { : missing value where TRUE/FALSE needed
0
0
Entering edit mode
5.3 years ago
linlizi • 0

I used mgcv package for analysis and I use the code below:

model1<-gam(fm_xsetz~total_pm2.5, data=analysis)

I can use summary(model1) to see the results or extracting estimates, se and pvalue and other things. However, when I try to view the results from the right path(global envrionment) i get the following warning:

Error in if (more || nchar(output) > 80) { : missing value where TRUE/FALSE needed

I saw some similar problem when I google, for example, when use the following code

library(geostatsp) data(swissRain)

Same problem happens.

Can anyone help me to figure out the problem?

Thank you so much!

R • 4.5k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2047 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6