Skip to content

Commit 21bb51f

Browse files
authored
Update sTabl3R.v.0.2.R
1 parent 824e733 commit 21bb51f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/sTabl3R.v.0.2.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ generate_statistics <- function(df, group = "Group"){
175175
}
176176

177177
# Perform Shapiro-Wilk test
178+
# TODO: Consider using a different test
179+
# TODO: Sometimes you want just non-parametric, so an improved package would
180+
# allow the use to override this. Coder needs to develop comfort with
181+
# using additional function arguments.
178182
shapiro_test <- shapiro.test(num)
179183

180184
# Determine if the data is parametric or non-parametric

0 commit comments

Comments
 (0)