Displaying 1 result from an estimated 1 matches for "verzi".
Did you mean:
versi
2007 Sep 03
1
match help
...)
> t<-match(r,s)
> r
[1] 1 2 3 4 5 6 7 8 9 10
> s
[1] 3 8
>t
[1] NA NA 1 NA NA NA NA 2 NA NA
t.random<-function(x) {for(i in 1:n) ifelse(x[i]!=NA, x[i]<-rnorm(1), x[i]<-NA}
t.random(t)
t
[1] NA NA 1 NA NA NA NA 2 NA NA
Thank you for your time,
Diana Verzi
Associate Professor of Mathematics