search for: anwendbare

Displaying 3 results from an estimated 3 matches for "anwendbare".

2012 Jul 20
4
TukeyHSD not working
...mbers of moths between eight different forests (each sampled for six nights). I would like to do a nested anova to compare species numbers between forests and nights. For more site specific details I wanted to do a Tukey test (TukeyHSD). Unfortunately this test is not working (message: "nicht anwendbare Methode f?r 'TukeyHSD' auf Objekt der Klasse "c('anova', 'data.frame" ) /(message: "method not appropriate for TukeyHSD for objects of the class "anova", "data.frame"). I tried it also with the "aov" instead of the "anova" f...
2005 Nov 29
1
package kinship - %*%
Hello, I like to use the package "kinship" (R version 2.2.0). After loading this package the operator %*% doesn't work. Example: R> library(kinship) R> a <- cbind(1:2,rnorm(2)) R> a%*%a Error message: Fehler in a %*% a : keine anwendbare Methode f侟r "%*%" The Message in English: Error in a %*% a: no applicable message for "%*%". What can I do? Thank you. Sven Kn侟ppel (Germany - Berlin)
2008 Feb 15
1
Namespace and function open
Hello, I built a package, everything was working very well. Now I included a NAMESPACE to export only some variables. (export(f, g, ...) ) Everything is working fine, except one function. There I get an error: Fehler in UseMethod("open") : keine anwendbare Methode f?r "open" In this function I use the function "open" to generate an output bar. * if (verbose) { pbt <- new("ProgressBarText", length(ids), barsteps = as.integer(20)) open(pbt) } for (i in seq(along=ids)) { if (verbose...