Hi Julia,

Have a look at these:

caret_command -metric-statistics-one-sample-t-test

caret_command -metric-composite
caret_command -metric-composite-identified-columns

Also, a couple of other things:

* John has moved a lot of the stats stuff into a "caret_stats" package 
(like -metric-statistics-one-sample-t-test) into caret_stats, although 
this feature probably still works in caret_command.  But if you want to 
take advantage of TFCE for some of the other tests, like ANOVAs, 
two-sample-t-test, or coordinate difference, then you'll need to 
download caret_stats:

http://brainvis.wustl.edu/wiki/index.php/Caret:Documentation:Statistics

I have some sample scripts if anyone needs them.

* John mentioned the caret_command -help-search utility for finding a 
particular feature.  I also redirect the help output to a file like so: 
"caret_command -help-full > /tmp/caret_command.txt".  Then, I can either 
use a text editor to find a desired feature, or do "grep -i composite 
/tmp/caret_command.txt" to find it.

Donna

On 03/30/2010 07:55 AM, Julia Bender wrote:
> Hi,
>
> I'm looking for the equivalents of two more "old" caret commands:
>
> 1.-metric-or-shape-composite-named-column
> (new:-metric-composite-identified-columns?)
> 2.caret_command -metric-or-shape-stat-one-sample-t-test (new:
> metric-statistics-one-sample-t-test?)
>
> Thanks,
>
> Julia
>
> Dipl. Psych. Julia Bender
> Humboldt Universität zu Berlin
> Mathematisch - Naturwissenschaftliche Fakultät II
> Institut für Psychologie, Abt. Klinische Psychologie
> Unter den Linden 6
> D-10099 Berlin
>
> _______________________________________________
> caret-users mailing list
> caret-users@brainvis.wustl.edu
> http://brainvis.wustl.edu/mailman/listinfo/caret-users
>   

_______________________________________________
caret-users mailing list
caret-users@brainvis.wustl.edu
http://brainvis.wustl.edu/mailman/listinfo/caret-users

Reply via email to