From: Naga S. K. S. R. <sra...@gs...> - 2021-08-28 04:57:49
|
Hi Eric, 1. Yes it uses both the covariates in the model when generating stats output. 2. Yes categorical can be entered. You have to code it in numerical format like 1 and 0 instead of character format. Toolbox is from https://www.mathworks.com/matlabcentral/fileexchange/27014-mancovan. You can check if there are any examples posted in the website. There is mDemoA.m file in case you want to check the functions. Thanks, Sriinvas ________________________________ From: Eric HG <eri...@gm...> Sent: Friday, August 27, 2021 2:08 AM To: Naga Satya Kanaka Srinivas Rachakonda <sra...@gs...> Cc: ica...@li... <ica...@li...> Subject: Re: [Icatb-discuss] MANCOVAN interpretation and p-value MANCOVAN interpretation and p-value Dear Srinivas, Thanks a lot for your reply! Then I understood it correctly! Is the following correct from the output of the ANCOVA that: 1. First value is the group comparisons when correcting for the covariates? 2. Does the ANCOVA function take categorical covariates (like gender)? And are those supposed to be coded in a specific way? Is there an overall guide on how to use the MANCOVAN code? Best regards, Eric On Fri, Aug 27, 2021 at 12:35 AM Naga Satya Kanaka Srinivas Rachakonda via Icatb-discuss <ica...@li...<mailto:ica...@li...>> wrote: Hi Eric, You can call the full list of output and use pANCOVAN value or use the stats information to compute additional values (t, p, etc): [ T, p, FANCOVAN, pANCOVAN, stats ] = mancovan(Y, groups, covariates) Thanks, Srinivas _______________________________________________ Icatb-discuss mailing list Ica...@li...<mailto:Ica...@li...> https://lists.sourceforge.net/lists/listinfo/icatb-discuss<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Ficatb-discuss&data=04%7C01%7Csrachakonda%40gsu.edu%7Cad778f57989547ab0c4c08d96931f068%7C515ad73d8d5e4169895c9789dc742a70%7C0%7C0%7C637656486080288758%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=unkooyVrCghXCKAusTKK%2BHgJTCnU2bWZUUWOhaRsYb8%3D&reserved=0> CAUTION: This email was sent from someone outside of the university. Do not click links or open attachments unless you recognize the sender and know the content is safe. |