Displaying 3 results from an estimated 3 matches for "kmatrix".
Did you mean:
matrix
2007 Jul 17
1
difficulties with "setMethod"
Dear all!
I do definetley have some difficulties. Here is my code:
> setMethod("write",
+ signature(object = "KMatrix", path = "character"),
+ function(object,path){
+ write.table(object at data,path,row.names=FALSE, sep = "\t")
+ }
+ )
error in match.call(fun, fcall) : unused argument(s) (object =
"KMatrix", path = &quo...
2011 Apr 15
1
no solution yet, please help: extract p-value from mixed model in kinship package
...rep(13, 10), rep(15, 10), rep(17, 10),
rep(19, 10), rep(21, 10))
momid <- c(rep(0, 5), rep(2, 5), rep(4, 5), rep(6, 5), rep(8, 10),
rep(10, 10), rep(12, 10), rep(14, 10), rep(16, 10), rep(18, 10),
rep(20, 10), rep(22, 10) )
ped <- data.frame(id, dadid, momid)
# *****************************kmatrix**************************************
> cfam <- makefamid(ped$id,ped$momid, ped$dadid)
>
> kmat <- makekinship(cfam, ped$id, ped$momid, ped$dadid)
>
> #*****************************************x and y variables
*********************
> set.seed(3456)
>
> dat <- sam...
2002 May 23
0
Semaphore Timeout on from Win2K to Samba
...ror writing 4
bytes to socket 12: ERRNO = Broken pipe
May 23 11:35:55 fileserver smbd[1475]: [2002/05/23 11:35:55, 0]
lib/util_sock.c:send_smb(730)
May 23 11:35:55 fileserver smbd[1475]: Error writing 4 bytes to client.
-1. (Broken pipe)
a ps ax shows:
1405 ? RN 0:00 /opt/kde2/bin/kmatrix.kss -root
1467 ? S 0:00 smbd -D -d10
1470 ? S 0:00 nmbd -D -d10
1485 pts/2 R 0:00 ps ax
This is samba-2.2.2 running on Caldera OpenLinux 3.1 Workstation, and as stated
above, I have not seen this type of problem before. If anyone can help
here, please
drop me a em...