Displaying 2 results from an estimated 2 matches for "filgueiras".
Did you mean:
figueiras
2013 Apr 17
2
qmail-ldap LDA Delivery and sieve
...lmtp {
auth_socket_path = director-userdb
}
protocol lda {
mail_plugins = zlib sieve
}
protocol imap {
mail_max_userip_connections = 500
mail_plugins = zlib imap_zlib
}
protocol sieve {
mail_max_userip_connections = 100
managesieve_max_line_length = 65536
}
Best regards,
--
Rud? Porto Filgueiras
http://python-blog.blogspot.com
http://twitter.com/rudaporto
2012 Jan 16
1
GAM without intercept reports a huge deviance
Hi all,
I constructed a GAM model with a linear term and two smooth terms, all of
them statistically significant but the intercept was not significant. The
adjusted r2 of this model is 0.572 and the deviance 65.3.
I decided to run the model again without intercept, so I used in R the
following instruction:
regression= gam(dependent~ +linear_independent +s(smooth_independent_1)