Skip to content

Comparison between the two/three(multiple) groups #16

@fhaos123

Description

@fhaos123

Hello,
I tried to perform comparisons between multiple groups regarding the CT measure, and the script is as follows:

model_RFT_random=RFT_vertex_analysis(model = dat_beh[,c("Group","sex","age")], 
                               contrast = dat_beh[,"Group"], random = dat_beh[,"sex","age"],surf_data = SPRENG_CTv_smoothed, p = 0.05)

Meanwhile, I have a confusion: when the model selects three variables and the contrast selects Group, even if no random factors are input, this RFT_vertex_analysis automatically selects other variables as control variables (random factors) except Group. Is this explanation true?

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions