Last updated on 2019-03-14 00:46:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.13 | 7.30 | 63.61 | 70.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.13 | 6.01 | 49.69 | 55.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.13 | 84.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.13 | 79.40 | OK | |||
r-devel-windows-ix86+x86_64 | 1.13 | 18.00 | 86.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 1.13 | 5.35 | 59.71 | 65.06 | OK | |
r-patched-solaris-x86 | 1.13 | 129.30 | OK | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 1.13 | 11.00 | 68.00 | 79.00 | OK | |
r-release-osx-x86_64 | 1.13 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.13 | 9.00 | 66.00 | 75.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.13 | OK |
Version: 1.13
Check: examples
Result: ERROR
Running examples in 'mmmgee-Ex.R' failed
The error most likely occurred in:
> ### Name: mmmgee
> ### Title: Covariance Matrix Estimation for Multiple Marginal GEE Models
> ### Aliases: mmmgee
>
> ### ** Examples
>
> data(keratosis)
> m1<-geem2(clearance~trt,id=id,data=keratosis,family=binomial,corstr="independence")
> m2<-geem2(pain~trt,id=id,data=keratosis[keratosis$lesion==1,],family=gaussian,corstr="independence")
> mmmgee(x=list(m1,m2),biascorr=TRUE)
$beta
(Intercept) trtB trtC trtD (Intercept) trtB
0.71195651 0.07650085 -0.27164467 -1.06559655 5.75333333 -1.04000000
trtC trtD
-1.13833333 -1.99166667
$V
8 x 8 sparse Matrix of class "dsCMatrix"
Error in isFALSE(suppRows) : could not find function "isFALSE"
Calls: <Anonymous> ... print.default -> <Anonymous> -> <Anonymous> -> printSpMatrix2
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64