Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 680 Bytes

File metadata and controls

20 lines (18 loc) · 680 Bytes

R code

sasUnivariate.R

To output the same statistical information as when using the 'univariate' function in SAS within R, the following information is printed:

  • Data mean, standard deviation, variance, etc.
  • Median, quartiles, maximum, and minimum values
  • Outliers
  • Several visualizations to aid in understanding the distribution's shape.

nonParametic folder

assignment 1

  • paired t test
  • two sample t test
  • multiple tables using for loop twice

assignment 2

  • Simulating Central limit theore
    • Bernoulli distribution : mean, median
    • Chisq distribution : mean, median
    • uniform distribution : mean, median
    • Normal distribution : mean, median