Displaying 2 results from an estimated 2 matches for "rnorn".
Did you mean:
rnorm
2011 Aug 31
1
looping by grouping variable
...e variable, for which, I
want to use the averages, calculated at the state level, and utilize those
averages for another variable. I know this may be confusing, so I'm posting
an example dataset here:
id.tmp1<-as.character(01001:01010)
st<-substr(id,1,1)
cnty<-substr(id,2,5)
tfr10<-rnorn(1:10)
mydata<-cbind(id,st,cnty,tfr10)
print(mydata)
id st cnty tfr10
[1,] "1001" "1" "001" "1.07505442756833"
[2,] "1002" "1" "002" "-0.882434417011687"
[3,] "1003" "1&q...
2007 Dec 12
1
iid.test package/ncdf package
Hi R,
I want to conduct iid tests. So, I went to download 'iid.test' package.
And the dependent package is 'ncdf', which is not available. So, how do
I conduct the IID tests? Can I do these iid tests in Base R?
Thanks in advance,
Shubha
This e-mail may contain confidential and/or privileged i...{{dropped:12}}