Corregido la ausencia del } al final.
This commit is contained in:
@@ -33,3 +33,4 @@ g<-ggplot(mdf, aes(Cytokine, Value, color=Group))+
|
|||||||
|
|
||||||
stat.test<-mdf \%>\% group_by(Cytokine) \%>\% t_test(Value~Group)
|
stat.test<-mdf \%>\% group_by(Cytokine) \%>\% t_test(Value~Group)
|
||||||
g+stat_pvalue_manual(ggstats_add_xy(stat.test, mdf, "Group"), label = "p", tip.length = 0.02, hide.ns = T)
|
g+stat_pvalue_manual(ggstats_add_xy(stat.test, mdf, "Group"), label = "p", tip.length = 0.02, hide.ns = T)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user