shapiro.test and transforms it into a formatted
character vector.
style.apa.shapiro(x)shapiro.test. All other list items will be ignored.pprint and not exported to user namespace. Usually
pprint determines the correct style function automatically,
but you can define the style function by using the format argument
of pprint (pass the name of this function without
style.apa. prefix). Additionally you can pass the arguments listed
in this documentation to pprint.Argument x of this function expects a list. Be aware that you do not
have to pass a list to pprint or pull.pubprint
-- these functions will convert your arguments. This is only necessary if
you want to pass additionally information to the internal style functions
(see vignette for examples).
shapiro.testOther APA.style.functions: style.apa.anova,
style.apa.bartlett,
style.apa.character,
style.apa.chisq,
style.apa.cor.test,
style.apa.df,
style.apa.fisher,
style.apa.ks,
style.apa.numeric,
style.apa.p.value,
style.apa.summary.aovlist,
style.apa.summary.lm.beta.coeff,
style.apa.summary.lm.coeff,
style.apa.summary.lm.equation,
style.apa.summary.lm.model,
style.apa.t.test
pprint(shapiro.test(rnorm(100, mean = 5, sd = 3)),
format = "shapiro")
Run the code above in your browser using DataLab