Last updated on 2024-11-03 15:48:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4.6.26 | 62.07 | 317.75 | 379.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.4.6.26 | 0.68 | 2.74 | 3.42 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.4.6.26 | 641.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.4.6.26 | 624.33 | OK | |||
r-devel-windows-x86_64 | 2.4.6.26 | 52.00 | 345.00 | 397.00 | OK | |
r-patched-linux-x86_64 | 2.4.6.26 | 56.17 | 292.14 | 348.31 | OK | |
r-release-linux-x86_64 | 2.4.6.26 | 51.09 | 247.18 | 298.27 | ERROR | |
r-release-macos-arm64 | 2.4.6.26 | 151.00 | OK | |||
r-release-macos-x86_64 | 2.4.6.26 | 429.00 | OK | |||
r-release-windows-x86_64 | 2.4.6.26 | 51.00 | 342.00 | 393.00 | OK | |
r-oldrel-macos-arm64 | 2.4.6.26 | 176.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.4.6.26 | 343.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.4.6.26 | 66.00 | 441.00 | 507.00 | NOTE |
Version: 2.4.6.26
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.4.6.26
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘lme4’
Flavor: r-release-linux-x86_64
Version: 2.4.6.26
Check: examples
Result: ERROR
Running examples in ‘psych-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ICC
> ### Title: Intraclass Correlations (ICC1, ICC2, ICC3 from Shrout and
> ### Fleiss)
> ### Aliases: ICC
> ### Keywords: multivariate
>
> ### ** Examples
>
> sf <- matrix(c(
+ 9, 2, 5, 8,
+ 6, 1, 3, 2,
+ 8, 4, 6, 8,
+ 7, 1, 2, 6,
+ 10, 5, 6, 9,
+ 6, 2, 4, 7),ncol=4,byrow=TRUE)
> colnames(sf) <- paste("J",1:4,sep="")
> rownames(sf) <- paste("S",1:6,sep="")
> sf #example from Shrout and Fleiss (1979)
J1 J2 J3 J4
S1 9 2 5 8
S2 6 1 3 2
S3 8 4 6 8
S4 7 1 2 6
S5 10 5 6 9
S6 6 2 4 7
> ICC(sf,lmer=FALSE) #just use the aov procedure
Call: ICC(x = sf, lmer = FALSE)
Intraclass correlation coefficients
type ICC F df1 df2 p lower bound upper bound
Single_raters_absolute ICC1 0.17 1.8 5 18 0.16477 -0.133 0.72
Single_random_raters ICC2 0.29 11.0 5 15 0.00013 0.019 0.76
Single_fixed_raters ICC3 0.71 11.0 5 15 0.00013 0.342 0.95
Average_raters_absolute ICC1k 0.44 1.8 5 18 0.16477 -0.884 0.91
Average_random_raters ICC2k 0.62 11.0 5 15 0.00013 0.071 0.93
Average_fixed_raters ICC3k 0.91 11.0 5 15 0.00013 0.676 0.99
Number of subjects = 6 Number of Judges = 4
See the help file for a discussion of the other 4 McGraw and Wong estimates,>
> #data(sai)
> if(require(psychTools)) {sai <- psychTools::sai
+ sai.xray <- subset(sai,(sai$study=="XRAY") & (sai$time==1))
+ xray.icc <- ICC(sai.xray[-c(1:3)],lmer=TRUE,check.keys=TRUE)
+ xray.icc
+ xray.icc$lme #show the variance components as well
+ }
Loading required package: psychTools
Some items were negatively correlated with total scale and were automatically reversed.
This is indicated by a negative sign for the variable name.
reversed items
tense regretful upset worrying anxious nervous jittery high.strung worried rattledError in loadNamespace(x) : there is no package called ‘lme4’
Calls: ICC ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-linux-x86_64
Version: 2.4.6.26
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-release-linux-x86_64
Version: 2.4.6.26
Check: R code for possible problems
Result: NOTE
iclust: no visible binding for global variable ‘use’
Undefined global functions or variables:
use
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64