Displaying 2 results from an estimated 2 matches for "dimfkap".
Did you mean:
  dimap
  
2004 Mar 05
0
(no subject)
...order to estimate a regression
   function.at each estimation i want to leave one observation out,and i
   want my estimation to be at the observation i left out.i tried :
    for (j in 1:length(x1))
   + A<-locpoly(x1[-1],y1[-1],bandwidth=4,gridsize=1,range.x=x1[1])
   Error in rep.default(0, dimfkap) : invalid number of copies in "rep"
   i want the gridsize to be equal to one,and i will choose the bandwidth
   at each time.what am i doing wrong?can you help me?
2004 Mar 05
0
locpoly (was: no subject)
...function.at each estimation i want to leave one 
> observation out,and i
>    want my estimation to be at the observation i left out.i tried :
> 
>     for (j in 1:length(x1))
>    + A<-locpoly(x1[-1],y1[-1],bandwidth=4,gridsize=1,range.x=x1[1])
>    Error in rep.default(0, dimfkap) : invalid number of 
> copies in "rep"
> 
>    i want the gridsize to be equal to one,and i will choose 
> the bandwidth
>    at each time.what am i doing wrong?can you help me?
> ______________________________________________
> R-help at stat.math.ethz.ch mailing li...