# パッケージの読み込み
library (pacman)
pacman:: p_load (tidyverse, ltm, psych, lavaan, semPlot)
# サンプルデータの読み込み
dat <- read_csv ("IRTsample.csv" )
Rows: 500 Columns: 10
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (10): V1, V2, V3, V4, V5, V6, V7, V8, V9, V10
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Descriptive statistics for the 'dat' data-set
Sample:
10 items and 500 sample units; 0 missing values
Proportions for each level of response:
0 1 logit
V1 0.710 0.290 -0.8954
V2 0.114 0.886 2.0505
V3 0.186 0.814 1.4762
V4 0.206 0.794 1.3492
V5 0.670 0.330 -0.7082
V6 0.832 0.168 -1.5999
V7 0.666 0.334 -0.6901
V8 0.884 0.116 -2.0309
V9 0.652 0.348 -0.6278
V10 0.254 0.746 1.0774
Frequencies of total scores:
0 1 2 3 4 5 6 7 8 9 10
Freq 4 19 41 62 97 104 66 54 36 14 3
Point Biserial correlation with Total Score:
Included Excluded
V1 0.4228 0.2118
V2 0.3959 0.2502
V3 0.5202 0.3567
V4 0.5209 0.3501
V5 0.5449 0.3470
V6 0.4635 0.2983
V7 0.5440 0.3452
V8 0.2901 0.1350
V9 0.4992 0.2890
V10 0.5890 0.4180
Cronbach's alpha:
value
All Items 0.6341
Excluding V1 0.6303
Excluding V2 0.6195
Excluding V3 0.5978
Excluding V4 0.5986
Excluding V5 0.5982
Excluding V6 0.6100
Excluding V7 0.5987
Excluding V8 0.6380
Excluding V9 0.6130
Excluding V10 0.5817
Pairwise Associations:
Item i Item j p.value
1 2 8 0.625
2 1 8 0.409
3 1 2 0.347
4 6 8 0.303
5 4 8 0.234
6 7 8 0.222
7 5 8 0.195
8 1 4 0.191
9 1 3 0.166
10 3 8 0.124