hi
I want to choose proper knot for the following formula
formula = y~ s(x1) + s(x2) + s(x3) + s(x4) + s(x5) + s(x6) +s(x7) + s(x8)
gam(fromula,data=dat)
if i run the error is
Error in smooth.construct.tp.smooth.spec(object, dk$data, dk$knots) :
A term has fewer unique covariate combinations than specified maximum
degrees of freedom
how to find k and rectify this error
-----
Thanks in Advance
Arun
--
View this message in context:
http://r.789695.n4.nabble.com/choosing-a-proper-knot-in-GAM-mgcv-package-tp4298977p4298977.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.