[R] package kinship - %*%

svenknueppel@reilich.net svenknueppel at reilich.net
Tue Nov 29 10:02:03 CET 2005


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)




More information about the R-help mailing list