I am starting to use TNT, so maybe this is a very easy or silly
question. I am trying to estimate the Consistency and retention index
with TNT, and I am not getting it. Could someone give some
information?
thanks a lot
M
> I am trying to estimate the Consistency and retention index
> with TNT
Use the macro stats.run. I think that this macro is included within
all TNT releases. If not, the code is very easy:
**
macro= ;
report- ;
var =
0 themin
1 themax
+ CIs [ ( ntrees + 1 ) ]
+ RIs [ ( ntrees + 1 ) ]
+ this
;
set themin minsteps ;
set themax maxsteps ;
loop 0 ntrees
progress #1 (ntrees+1) Calculating indices... ;
set this length[#1] ;
set CIs[#1] 'themin'/'this' ;
set RIs[#1] ('themax'-'this')/('themax'-'themin') ;
stop
progress/ ;
report= ;
macfloat 3 ;
maketable CIs Consistency index ;
maketable RIs Retention index ;
proc/ ;
**
So, paste, copy and run ;)
cheers
Salvador
J. Salvador Arias
Becario CONICET
INSUE, Instituto Miguel Lillo, Miguel Lillo 205
4000 San Miguel de Tucumán, Argentina
--
Has recibido este mensaje porque estás suscrito al grupo "TNT-Tree Analysis using New Technology" de Grupos de Google.
Para publicar una entrada en este grupo, envía un correo electrónico a tnt-tree-analysis-u...@googlegroups.com.
Para anular tu suscripción a este grupo, envía un correo electrónico a tnt-tree-analysis-using-n...@googlegroups.com
Para tener acceso a más opciones, visita el grupo en http://groups.google.com/group/tnt-tree-analysis-using-new-technology?hl=es.