I have a set of data for three kinds of patients who :
1- have the disease
2- might be at risk to have the disease
3- healthy people who dont
I need to compare x,y, and z coordinates of their MRIs.
What kind of T test should I be using as I'm very confused about it?

Antworten (1)

Prachi Kulkarni
Prachi Kulkarni am 2 Dez. 2021

0 Stimmen

Hi,
Please refer to the documentation and examples related to multcompare for multiple comparison tests.

2 Kommentare

Mariya Ali
Mariya Ali am 7 Feb. 2022
I need to compare the x variables of all of the above mentioned patients. for that what I should I be using?
Hi,
If the x-coordinates are in the vector x and the category of the disease categories are in the vector d, you can perform the test as follows.
[p,t,stats] = anova1(d,x);
c = multcompare(stats);

Melden Sie sich an, um zu kommentieren.

Produkte

Version

R2020b

Gefragt:

am 29 Nov. 2021

Kommentiert:

am 17 Feb. 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by