library(TAM)library(readxl)# Sheet1 데이터 로드data C:/Users/Users/Desktop/....(내 파일 경로)", sheet="Sheet1")items # Rasch 모델 적rasch_model # WLE 능력치 추정wle_estimates # Person reliability 계산person_reliability theta = wle_estimates$theta, error = wle_estimates$error)# 결과해석cat("Person Reliability:", round(person_reliability, 3)) 1. 계산 공식중요 출력값wle_estimates$theta: 응답자 능력치 (θ)wle_estimates$error: 측정 표준오차 (..