Hubertus wrote:
> Dear list,
> if I do
>   smooth.spline(tmpSec, tmpT, all.knots=T)
> with the attached data, I get this error-message:

Note that you cannot attach data that way. You migth want to upload it 
to some web space and send us the link.

Uwe Ligges




>   Error in smooth.spline(tmpSec, tmpT, all.knots = T) :
>         smoothing parameter value too small
> If I do
>   smooth.spline(tmpSec[-single arbitrary number], tmpT[-single arbitrary 
> number], all.knots=T)
> it works!
> 
> I just don't see it. It works for hundrets other datasets, but not for this 
> one.
> Would be glad if anyone could help!
> 
> Hubertus
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help@stat.math.ethz.ch 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.

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to