Which statistic test is it correct to use to detect common variable within a group of sample?
1
0
Entering edit mode
6.8 years ago
AQ7 ▴ 30

Good morning,

I'm currently on cancer research and i have several variables for a group of cancer patients. I would like to know which test do I have to apply to detect which of these variables are commons among all patients of my cancer group, so to detect multiple variables that define that group? Do I have to perform a Randome Forest in this case? thank a lot for your help

R statistics • 1.4k views
ADD COMMENT
0
Entering edit mode

The CrossValidated forum is more appropriate for this question (https://stats.stackexchange.com/) and you'll get fasterresponse here

ADD REPLY
0
Entering edit mode

ah ok I'll use that forum thanks

ADD REPLY
0
Entering edit mode

Your question is not entirely clear to me. What do you mean by detecting common variables ? What does your data look like ?

ADD REPLY
0
Entering edit mode

well imagine that i have a excel where each column correspond to a clinical value and in rows you have cancer patients and control patients. So i would like to know if one or more than one of these variable is like a "biomarkers" for the cancer patients.

ADD REPLY
0
Entering edit mode
6.7 years ago

To identify variables (aka features) associated with one class, look for feature selection/extraction methods in machine learning. I would start with PCA and/or LDA. You could also try a generalized linear model and check the contributions of the variables.

ADD COMMENT
0
Entering edit mode

thanks a lot for your sugestion. could you please suggest me one of these linear model you are talking about thanks

ADD REPLY
0
Entering edit mode

Have look at logistic regression e.g. with the glm() function in R.

ADD REPLY

Login before adding your answer.

Traffic: 2407 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6