You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
404B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/convenience_functions.R
  3. \name{is.normal}
  4. \alias{is.normal}
  5. \title{Test if distribution is normal}
  6. \usage{
  7. is.normal(x)
  8. }
  9. \arguments{
  10. \item{x}{A numerical vector}
  11. }
  12. \value{
  13. A boolean
  14. }
  15. \description{
  16. Test if distribution is normal.
  17. The condition for normality is length > 30 and non-significant Shapiro-Wilks test with p > .1
  18. }