Displaying 1 result from an estimated 1 matches for "georockundivided".
2012 Apr 30
0
Extracting coefficients values with bootstrap
...Rockgranodiorite, quartz diorite
GeoRockintermediate volcanic rocks
GeoRockmafic intrusive rocks-diorite, gabbro
GeoRockmafic volcanic rocks
GeoRocknonmarine sedimentary rocks
GeoRockoffshelf miogeoclinal rocks
GeoRocksedimentary and mafic volcanic rocks
GeoRockundivided sedimentary rocks
GeoRockundivided volcanic rocks
There is basically 1 variable (LogRds_25k) and 1 categorical variable
(GeoRock) with 10 categories.
Here is my script:
N = length (data_As[,1])
B = 10000
stor.r2 = rep(0,B)
stor.inter = rep(0,B)
stor.Rds = rep(0,B)
stor.Bimod = rep(0,B)
stor....