Last updated on 2019-05-19 15:48:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.71 | 22.00 | 24.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.03 | 17.85 | 19.88 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 29.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 28.26 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0 | 32.00 | 42.00 | 74.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 2.53 | 22.38 | 24.91 | OK | |
r-patched-solaris-x86 | 1.0 | 42.80 | OK | |||
r-release-linux-x86_64 | 1.0 | 2.58 | 22.37 | 24.95 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 41.00 | 48.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 31.00 | 35.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘MVTests-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Manova
> ### Title: One Way Multivariate Analysis of Variance (MANOVA)
> ### Aliases: Manova
>
> ### ** Examples
>
>
> data(iris)
>
> # Wilk's Test
> results.Wilks <- Manova(data=iris[,1:4],group=iris[,5],alpha=0.01)
> summary(results.Wilks)
One Way Multivariate Analysis of Variance
Method : Wilks
The Value of Test Statistic = 0.02343863
F value = 199.145 , df1 = 8 , df2 = 288 , p-value: <2e-16
Descriptive Statistics
$Setosa
Sepal.Length Sepal.Width Petal.Length Petal.Width
Means 5.0060000 3.4280000 1.462000 0.2460000
Sd 0.3524897 0.3790644 0.173664 0.1053856
$Versicolor
Sepal.Length Sepal.Width Petal.Length Petal.Width
Means 5.9360000 2.7700000 4.260000 1.3260000
Sd 0.5161711 0.3137983 0.469911 0.1977527
$Virginica
Sepal.Length Sepal.Width Petal.Length Petal.Width
Means 6.5880000 2.9740000 5.5520000 2.0260000
Sd 0.6358796 0.3224966 0.5518947 0.2746501
Detection important variable(s)
[1] " Confidence Intervals are calculated only in the Roy Method."
>
> # Pillai's Test
> results.Pillai <- Manova(data=iris[,1:4],group=iris[,5],method="Pillai")
Error in pf(q = F, df1 = (s * (2 * m + s + 1)), df2 = (s * (2 * N.star + :
Non-numeric argument to mathematical function
Calls: Manova -> pf
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc