This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
CitFuns
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Corregido la ausencia del } al final.
main
Costa
2 years ago
parent
7a9b49f859
commit
7025db93b6
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
man/ggstats_add_xy.Rd
+ 1
- 0
man/ggstats_add_xy.Rd
View File
@ -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)
}
Write
Preview
Loading…
Cancel
Save