Summary

This document includes notes about statistical methods, specifically an independent t-test and its implementation using R. The data appears to be used for analysis, with lines of R code provided.

Full Transcript

Independent t-test Priya 2024-08-29 Step 0: Set the working directory setwd("C:/Users/W11/Downloads/Master UM/Data") Step 1: Activate library library("psych") # used to check normality Step 2: Set the level of significanc...

Independent t-test Priya 2024-08-29 Step 0: Set the working directory setwd("C:/Users/W11/Downloads/Master UM/Data") Step 1: Activate library library("psych") # used to check normality Step 2: Set the level of significance (alpha =0.05) Step 3: Check the data requirement #a. Load data from file to Rstudio ## Data should be saved in the same folder as the R script Data

Use Quizgecko on...
Browser
Browser