Skip to content

Probelms on using gam(mgcv)

2 messages · zhijie zhang, Simon Wood

#
A smooth of `disbinary' doesn't really make sense. It should enter the 
model parametrically. The problem is easy to see in 1D. Consider the 
model
y_i = f(x_i) + error_i
where `f' is a smooth function. If x_i only takes the values 0 and 1 
then you really don't have much of a basis for estimating f.

        
On Thu, 13 Dec 2007, zhijie zhang wrote: