Displaying 1 result from an estimated 1 matches for "builarea".
Did you mean:
buildarea
2009 May 05
2
smoothing spline in package gam
dear all,
i have a little question, but it make me torment long time
hope you can help me and give some advices , thanks
i use smoothing spline in package gam
the model
> m1=gam(y~ost+wst+park10+sch50+comm+build+suite+y05+y06+y07+y99+y98+s(builarea)+s(age)+s(fl)+s(totfl)+s(cbd)+s(redl))
and summary(m1) can show the "s"(smoothing) variables' Signif. codes.
but i also want to know the Parametric coefficients and their Signif. codes. like ost, wst...etc.
is that possible to get the Parametric coefficients' Signif. co...