mytab_paired_one_Populations | R Documentation |
It gives a output table for testing the significant difference between the pre and post means of a independent populations.
mytab_paired_one_Populations(x.before, x.after, var)
x.before |
numeric vector for the pre score. |
x.after |
numeric vector for the post score. |
var |
name of the variable/ population. |
Returns a data frame containing the descriptive stat along with the Paired.t- test test statistic, Confidence Interval, Paired.t- test P-value & Non parametric(Wilcoxon Signed Rank test) P Value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.