[R] package kinship - %*%

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Nov 29 10:11:47 CET 2005


svenknueppel at reilich.net wrote:

> 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?

1. Ask the package maintainer of kinship for a bugfix (CCing).
2. you can still use the "%*%" operator from the base namespace:
  base::"%*%"(a,a)

Uwe Ligges



> Thank you.
> Sven Knüppel (Germany - Berlin)
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list