1
2
3
4
5
#

Name:

Description:

These data are from the SAS manual and consist of six mental tests for 16 students, with some missing data. The three x variables are intended to load on a verbal factor, and the three y variables on a math factor. The data can be used to illustrate the estimation of a confirmatory factor analysis model by multinormal full-information maximum-likelihood in the presence of missing data.

Variables:

A data frame with 16 observations on the following 7 variables.

x1

score on verbal test 1.

x2

score on verbal test 2.

x3

score on verbal test 3.

y1

score on math test 1.

y2

score on math test 2.

y3

score on math test 3.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Example 25.13 from SAS/STAT 9.22 User's Guide, SAS Institute, 2010.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Six_Mental_Tests_1110_96.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.