Displaying 2 results from an estimated 2 matches for "indur".
Did you mean:
incur
2005 Apr 24
1
Collade doesn't work for more than 256 files!
...d in
the order of inheritance and this is a real pain when it comes to a few
hundered classes. I wrote some R code to read the annotated source files and
return the ordered file names.
(2) After all, when I put the ordered file list in front of Collade in the
DESCRIPTION file, I got this error induring installation:
---------- Making package vtkr ------------
adding build stamp to DESCRIPTION
Error in .read_description(dfile) : file 'DESCRIPTION' is
not in valid DCF format
Execution halted
make[2]: *** [frontmatter] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-vtkr] Error 2
***...
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(&...