Relative Content

Tag Archive for rgtsummary

Dataframe does not have the required “variable” column

gtsummary was working fine originally, but at some point it became unusable. I thought it might be an error when creating a fairly complex table, but even with the following simple code, an error occurs.Can anyone give me some advice?

Automatic assigning t-test and ANOVA to variables in tbl_continuous in gtsummary

trial |> select(trt,marker,grade,response) |> tbl_continuous(marker, statistic = ~”{mean} ({sd})”) |> add_p() I want to use t-test and ANOVA in add_p(), I did not find enough documentation in this part or how to use specific version of t-test and how to use ANOVA only when there are more than 2 levels and t-test when there are […]

Automatic assigning t-test and ANOVA to variables in tbl_continuous in gtsummary

trial |> select(trt,marker,grade,response) |> tbl_continuous(marker, statistic = ~”{mean} ({sd})”) |> add_p() I want to use t-test and ANOVA in add_p(), I did not find enough documentation in this part or how to use specific version of t-test and how to use ANOVA only when there are more than 2 levels and t-test when there are […]

Automatic assigning t-test and ANOVA to variables in tbl_continuous in gtsummary

trial |> select(trt,marker,grade,response) |> tbl_continuous(marker, statistic = ~”{mean} ({sd})”) |> add_p() I want to use t-test and ANOVA in add_p(), I did not find enough documentation in this part or how to use specific version of t-test and how to use ANOVA only when there are more than 2 levels and t-test when there are […]

Automatic assigning t-test and ANOVA to variables in tbl_continuous in gtsummary

trial |> select(trt,marker,grade,response) |> tbl_continuous(marker, statistic = ~”{mean} ({sd})”) |> add_p() I want to use t-test and ANOVA in add_p(), I did not find enough documentation in this part or how to use specific version of t-test and how to use ANOVA only when there are more than 2 levels and t-test when there are […]

Automatic assigning t-test and ANOVA to variables in tbl_continuous in gtsummary

trial |> select(trt,marker,grade,response) |> tbl_continuous(marker, statistic = ~”{mean} ({sd})”) |> add_p() I want to use t-test and ANOVA in add_p(), I did not find enough documentation in this part or how to use specific version of t-test and how to use ANOVA only when there are more than 2 levels and t-test when there are […]