Extract p-value from ANOVA summary



Extract p-value from ANOVA summary

res.aov <- aov(expr ~ Label, data = new_df)
summary(res.aov)[[1]][["Pr(>F)"]][1]

Comments

Popular posts from this blog

gspread error:gspread.exceptions.SpreadsheetNotFound

Update the TOC (table of content) of MS Word .docx documents with Python

P and q values in RNA Seq