search for: 99992

Displaying 6 results from an estimated 6 matches for "99992".

Did you mean: 9999
2003 May 17
2
max/summary
Hi, What is the reason for getting two different max of a vector from two functions max() and summary()? Here is an example, > set.seed(2222) > x <- sample(x=1:100000, size=10000, replace=T) > max(x) [1] 99992 > summary(x) Min. 1st Qu. Median Mean 3rd Qu. Max. 6 24510 49950 50020 75040 99990 Which value is the correct one? I had this problem while I was working with microarry data. Thanks. Mahbub
2014 Jun 12
1
do.call Error for Function Not Present When Manually Called
...atasets methods base other attached packages: [1] robustbase_0.91-1 e1071_1.6-3 [3] car_2.0-20 edgeR_3.6.2 [5] statmod_1.4.19 PoiClaClu_1.0.2 [7] lawstat_2.4.1 VGAM_0.9-4 [9] mvtnorm_0.9-99992 sparsediscrim_0.2 [11] MASS_7.3-33 curatedOvarianData_1.2.0 [13] affy_1.40.0 lumiHumanIDMapping_1.10.0 [15] illuminaHumanv3.db_1.20.0 org.Hs.eg.db_2.10.1 [17] RSQLite_0.11.4 DBI_0.2-7 [19] AnnotationDbi_1.24.0 lumi_2...
2014 Jul 04
2
error al leer una linea desde un archivo de texto
...a a namespace (and not attached): [1] cluster_1.14.4 corpcor_1.6.6 DEoptimR_1.0-1 evaluate_0.5.5 [5] feature_1.2.10 formatR_0.10 graph_1.40.1 hexbin_1.26.3 [9] IDPmisc_1.1.17 KernSmooth_2.23-10 ks_1.9.2 MASS_7.3-29 [13] misc3d_0.8-4 mvtnorm_0.9-99992 pcaPP_1.9-49 rgl_0.93.986 [17] robustbase_0.91-1 rrcov_1.3-4 stats4_3.0.2 stringr_0.6.2 [21] tools_3.0.2 On Thu 03 Jul 2014 03:57:17 CLT, Jorge I Velez wrote: > Hola Eric, > > Me incliniaria mas por un problema de enconding. Intenta agregando > enconding =...
2011 Jul 25
4
ggplot question: changing the label for the Y axis on a histogram
Some help with how to re-label the vertical axis in a histogram would be appreciated. qplot(off.sc,weight=rel.freq,binwidth=.29,main="test Figure"+ylab("New from inside"))+ylab("New from outside")+ xlab("off.sc\nAggregated frequency plots for 17 equal intervals.") The code
2004 Oct 22
3
pgamma discontinuity (PR#7307)
...", x, pgamma (1000000.0, x, 1.0, 0, 1)); return 0; } --------------------------------------------------------------------------------- and have no further local changes. I get... src/nmath/standalone> LD_LIBRARY_PATH=. ./test 99990 --> -669773.38974057 99991 --> -669771.08705436 99992 --> -669768.78437815 99993 --> -669766.48171194 99994 --> -669764.17905574 99995 --> -669761.87640953 99996 --> -669759.57377332 99997 --> -669757.27114712 99998 --> -669754.96853091 99999 --> -669752.66592471 100000 --> -669750.36332851 100001 --> -599731.36192347...
2014 Jul 02
7
error al leer una linea desde un archivo de texto
Estimada comunidad, estoy extrayendo una linea de texto desde varios archivos (unos 200) de esta manera: dat <- read.csv(filenames[i], header=FALSE, sep=",", dec=".", skip=11, nrows=1) pero al tratar de leer esa linea desde el archivo numero 54 obtengo el siguiente error: Error in type.convert(data[[i]], as.is = as.is[i], dec = dec, na.strings = character(0L)) :