search for: trab

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

Did you mean: tab
2008 Jan 16
0
Supressing error messages on try function
Hi! Why do I still get an error message on the try function?: > options(show.error.messages = FALSE) > > trab <-matrix(nrow=6,ncol=6) > trab[,] <-0.0001 > rownames(trab) <- c("A","B","C","D","E","I") > colnames(trab) <- c("A","B","C","D","E","I") > indice <-...
2004 Jan 29
10
Doubt about pattern
...ens.txt" Tahnks very much -- Marcelo Luiz de Laia, M.Sc. Dep. de Tecnologia, Lab. Bioqu?mica e de Biologia Molecular Universidade Estadual Paulista - UNESP Via de Acesso Prof. Paulo Donato Castelane, Km 05 14.884-900 - Jaboticabal, SP, Brazil PhoneFax: 16 3209-2675/2676/2677 R. 202/208/203 (trab.) HomePhone: 16 3203 2328 - www.lbm.fcav.unesp.br - mlaia at yahoo.com
2010 Sep 22
0
Help with mclust package
Hi, I am trying to run th mclust package on a variable "Tuberculin indurations" recorded as mm. The file has only one variable. When I run the package I get NULL value for mu and sigma. Can anybody say why? This is the program: library("mclust") mc<-Mclust(x.trab,G=1:9,warn=TRUE) mc mc$mu sqrt(mc$sigmasq) and the output I get is > library("mclust") > mc<-Mclust(x.trab,G=1:9,warn=TRUE) There were 11 warnings (use warnings() to see them) > mc best model: unequal variance with 3 components > mc$mu NULL > sqrt(mc$sigmasq) Error i...