Extracting Output
This lesson is called Extracting Output, part of the Inferential Statistics with R course. This lesson is called Extracting Output, part of the Inferential Statistics with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Loading transcript...
Your Turn
Perform a test of internal consistency using omega on the SWLS scale at time 1.
Extract the
omega.totinformation from the list. Round it to two decimals. What is your omega value?
Learn More
Read more about the tidy() function in the broom package.
Read more about $ and the two other ways that values from a list object can be pulled (e.g., [[‘item’]] and [‘list’]) from this StackOverflow answer.
Course Content
21 Lessons