Wich non-parametric test for multivariate analysis?
$begingroup$
I'm lost to analyse my data...
Context: I've 2 groups with 2 treatments, 7 dependent variables and 3 assessment times (T1, T2, T3).
Group 1 n=7
Group 2 n=8
An example of dataset to analyse :
Subjects Group SDNNT1 SDNNT2 SDNNT3 RMSSDT1 RMSSDT2 RMSSDT3
01TSJ APA 14,9242 15,0717 19,8136 11,2001 11,5681 16,9828
02JUL APA 30,183 36,5078 39,2308 22,837 27,1186 23,9402
05POS APA 27,1857 21,5202 29,0455 27,6505 18,0176 26,0448
06DOD APA 23,7419 27,8689 20,2024 27,525 33,6172 12,1857
11LAF APA 28,6349 24,6744 29,1047 21,3788 15,826 28,9134
15JOP APA 31,4264 18,0877 17,7929 21,0308 11,9097 16,496
18MOJ APA 13,445 15,9817 14,2312 12,1097 14,1484 16,3461
04REP APA+CC 21,667 18,1639 20,0622 22,5375 12,1249 15,3598
07JOM APA+CC 20,8513 35,7311 34,2875 17,1458 18,4784 19,1657
08PAD APA+CC 25,9653 53,1941 54,9323 19,1178 21,7966 27,8199
10HUA APA+CC 44,2559 48,7721 36,0475 12,5466 19,7347 16,1833
12BEM APA+CC 81,2393 64,0087 89,2384 71,3645 32,5808 49,3419
13PAP APA+CC 48,9273 69,8921 67,2546 31,9573 40,1536 51,5361
14AHM APA+CC 34,1831 35,7597 39,5067 30,249 33,1689 32,0128
16DAJ APA+CC 17,7776 18,5744 21,6157 11,1334 13,0562 9,2695
SDNN and RMSSD are 2 from 7 dependent variables measured before intervention (T1), at mid-term (T2), and at the end of intervention (T3).
What's the non-parametric test to measure the effect of group and assessment time on dependent variables?
Do I have to use 2 different tests to answer my hypothesis or a single one is enough?
r multivariate-analysis
$endgroup$
migrated from stackoverflow.com Nov 16 '18 at 11:01
This question came from our site for professional and enthusiast programmers.
add a comment |
$begingroup$
I'm lost to analyse my data...
Context: I've 2 groups with 2 treatments, 7 dependent variables and 3 assessment times (T1, T2, T3).
Group 1 n=7
Group 2 n=8
An example of dataset to analyse :
Subjects Group SDNNT1 SDNNT2 SDNNT3 RMSSDT1 RMSSDT2 RMSSDT3
01TSJ APA 14,9242 15,0717 19,8136 11,2001 11,5681 16,9828
02JUL APA 30,183 36,5078 39,2308 22,837 27,1186 23,9402
05POS APA 27,1857 21,5202 29,0455 27,6505 18,0176 26,0448
06DOD APA 23,7419 27,8689 20,2024 27,525 33,6172 12,1857
11LAF APA 28,6349 24,6744 29,1047 21,3788 15,826 28,9134
15JOP APA 31,4264 18,0877 17,7929 21,0308 11,9097 16,496
18MOJ APA 13,445 15,9817 14,2312 12,1097 14,1484 16,3461
04REP APA+CC 21,667 18,1639 20,0622 22,5375 12,1249 15,3598
07JOM APA+CC 20,8513 35,7311 34,2875 17,1458 18,4784 19,1657
08PAD APA+CC 25,9653 53,1941 54,9323 19,1178 21,7966 27,8199
10HUA APA+CC 44,2559 48,7721 36,0475 12,5466 19,7347 16,1833
12BEM APA+CC 81,2393 64,0087 89,2384 71,3645 32,5808 49,3419
13PAP APA+CC 48,9273 69,8921 67,2546 31,9573 40,1536 51,5361
14AHM APA+CC 34,1831 35,7597 39,5067 30,249 33,1689 32,0128
16DAJ APA+CC 17,7776 18,5744 21,6157 11,1334 13,0562 9,2695
SDNN and RMSSD are 2 from 7 dependent variables measured before intervention (T1), at mid-term (T2), and at the end of intervention (T3).
What's the non-parametric test to measure the effect of group and assessment time on dependent variables?
Do I have to use 2 different tests to answer my hypothesis or a single one is enough?
r multivariate-analysis
$endgroup$
migrated from stackoverflow.com Nov 16 '18 at 11:01
This question came from our site for professional and enthusiast programmers.
1
$begingroup$
maybe PERMANOVA (vegan::adonis()
) ?
$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55
add a comment |
$begingroup$
I'm lost to analyse my data...
Context: I've 2 groups with 2 treatments, 7 dependent variables and 3 assessment times (T1, T2, T3).
Group 1 n=7
Group 2 n=8
An example of dataset to analyse :
Subjects Group SDNNT1 SDNNT2 SDNNT3 RMSSDT1 RMSSDT2 RMSSDT3
01TSJ APA 14,9242 15,0717 19,8136 11,2001 11,5681 16,9828
02JUL APA 30,183 36,5078 39,2308 22,837 27,1186 23,9402
05POS APA 27,1857 21,5202 29,0455 27,6505 18,0176 26,0448
06DOD APA 23,7419 27,8689 20,2024 27,525 33,6172 12,1857
11LAF APA 28,6349 24,6744 29,1047 21,3788 15,826 28,9134
15JOP APA 31,4264 18,0877 17,7929 21,0308 11,9097 16,496
18MOJ APA 13,445 15,9817 14,2312 12,1097 14,1484 16,3461
04REP APA+CC 21,667 18,1639 20,0622 22,5375 12,1249 15,3598
07JOM APA+CC 20,8513 35,7311 34,2875 17,1458 18,4784 19,1657
08PAD APA+CC 25,9653 53,1941 54,9323 19,1178 21,7966 27,8199
10HUA APA+CC 44,2559 48,7721 36,0475 12,5466 19,7347 16,1833
12BEM APA+CC 81,2393 64,0087 89,2384 71,3645 32,5808 49,3419
13PAP APA+CC 48,9273 69,8921 67,2546 31,9573 40,1536 51,5361
14AHM APA+CC 34,1831 35,7597 39,5067 30,249 33,1689 32,0128
16DAJ APA+CC 17,7776 18,5744 21,6157 11,1334 13,0562 9,2695
SDNN and RMSSD are 2 from 7 dependent variables measured before intervention (T1), at mid-term (T2), and at the end of intervention (T3).
What's the non-parametric test to measure the effect of group and assessment time on dependent variables?
Do I have to use 2 different tests to answer my hypothesis or a single one is enough?
r multivariate-analysis
$endgroup$
I'm lost to analyse my data...
Context: I've 2 groups with 2 treatments, 7 dependent variables and 3 assessment times (T1, T2, T3).
Group 1 n=7
Group 2 n=8
An example of dataset to analyse :
Subjects Group SDNNT1 SDNNT2 SDNNT3 RMSSDT1 RMSSDT2 RMSSDT3
01TSJ APA 14,9242 15,0717 19,8136 11,2001 11,5681 16,9828
02JUL APA 30,183 36,5078 39,2308 22,837 27,1186 23,9402
05POS APA 27,1857 21,5202 29,0455 27,6505 18,0176 26,0448
06DOD APA 23,7419 27,8689 20,2024 27,525 33,6172 12,1857
11LAF APA 28,6349 24,6744 29,1047 21,3788 15,826 28,9134
15JOP APA 31,4264 18,0877 17,7929 21,0308 11,9097 16,496
18MOJ APA 13,445 15,9817 14,2312 12,1097 14,1484 16,3461
04REP APA+CC 21,667 18,1639 20,0622 22,5375 12,1249 15,3598
07JOM APA+CC 20,8513 35,7311 34,2875 17,1458 18,4784 19,1657
08PAD APA+CC 25,9653 53,1941 54,9323 19,1178 21,7966 27,8199
10HUA APA+CC 44,2559 48,7721 36,0475 12,5466 19,7347 16,1833
12BEM APA+CC 81,2393 64,0087 89,2384 71,3645 32,5808 49,3419
13PAP APA+CC 48,9273 69,8921 67,2546 31,9573 40,1536 51,5361
14AHM APA+CC 34,1831 35,7597 39,5067 30,249 33,1689 32,0128
16DAJ APA+CC 17,7776 18,5744 21,6157 11,1334 13,0562 9,2695
SDNN and RMSSD are 2 from 7 dependent variables measured before intervention (T1), at mid-term (T2), and at the end of intervention (T3).
What's the non-parametric test to measure the effect of group and assessment time on dependent variables?
Do I have to use 2 different tests to answer my hypothesis or a single one is enough?
r multivariate-analysis
r multivariate-analysis
edited Nov 16 '18 at 13:24
kjetil b halvorsen
29.9k980218
29.9k980218
asked Nov 14 '18 at 12:47
Claire Fournie
migrated from stackoverflow.com Nov 16 '18 at 11:01
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Nov 16 '18 at 11:01
This question came from our site for professional and enthusiast programmers.
1
$begingroup$
maybe PERMANOVA (vegan::adonis()
) ?
$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55
add a comment |
1
$begingroup$
maybe PERMANOVA (vegan::adonis()
) ?
$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55
1
1
$begingroup$
maybe PERMANOVA (
vegan::adonis()
) ?$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55
$begingroup$
maybe PERMANOVA (
vegan::adonis()
) ?$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "65"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f377320%2fwich-non-parametric-test-for-multivariate-analysis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Cross Validated!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f377320%2fwich-non-parametric-test-for-multivariate-analysis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
maybe PERMANOVA (
vegan::adonis()
) ?$endgroup$
– Ben Bolker
Nov 14 '18 at 12:55