Displaying 2 results from an estimated 2 matches for "lamb2".
Did you mean:
lamb
2012 May 04
1
sem error message
...fault(ram = ram, S = S, N = N, param.names = pars, var.names
= vars, :
S must be a square triangular or symmetric matrix
This may be very obvious for R specialist, but I cant find the problem!
#Symbolic ram model
mod.BB.1 <- specify.model()
BB.Cob -> B.B, lamb1, NA
Under.Cob -> B.B, lamb2, NA
BA -> B.B, lamb3, NA
Over.Comp -> B.B, lamb4, NA
Under.Comp -> B.B, lamb5, NA
Site -> B.B, lamb6, NA
Site -> BB.Cob, lamb7, NA
Site -> BA, lamb8, NA
Site -> Under.Cob, lamb9, NA
Site -> Under.Comp, lamb10, NA
Site -> Under.Comp, lamb11, NA
Under.Comp <-> Over.Co...
2011 Feb 03
1
bug in codetools/R CMD check?
Hi Mr Tierney,
I have noticed an error message from R 1.12.x's CMD check for a while (apparently prof Ripley completely rewrote CMD check in R 1.12+)
e.g.:
http://bioconductor.org/checkResults/2.7/bioc-LATEST/snpMatrix/lamb2-checksrc.html
----------------
* checking R code for possible problems ... NOTE
Warning: non-unique value when setting 'row.names': ?new?
Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "new", "new" :
duplicate 'row.names' are not allow...