search for: 29000

Displaying 20 results from an estimated 22 matches for "29000".

Did you mean: 2000
2017 Jan 16
4
Error K-MEDIAS, paquete NbClust windows 10, 64 bits
Buenos dias, desde hace algunos dias estoy realizando un trabajo,mi computadora es una DELL, windows 10 64 bits, 8G de RAM y disco de estado solido, estoy procesando 29000 filas y 23 columnas, mi codigo es este: nb <- NbClust(datos.scaled, distance = "euclidean", min.nc = 2, #max.nc = 10, method = "complete", index ="all") . y mi error es este: Error: cannot allocate vector of size 2.0 Gb Gracias [[alternative HTML ve...
2009 Jan 07
2
Plotting a graph for every Level of a Factor
...00 4687 2002 ORH OR1 6000 3215 2003 ORH OR1 7000 6782 2004 ORH OR1 9000 10000 2005 ORH OR1 9000 12000 2001 ORH OR3 20000 7892 2002 ORH OR3 25000 27000 2003 ORH OR3 30000 32000 2004 ORH OR3 30000 29000 2005 ORH OR3 30000 30000 2001 ORH OR5 23000 10982 2002 ORH OR5 23000 24590 2003 ORH OR5 23000 24035 2004 ORH OR5 25000 29008 2005 ORH OR5 20000 21092 http://www.nabble.com/file/p21340956/OR1.gif -- View this message in conte...
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array. To reproduce: set.seed(1) xx <- runif(29000) yy <- rnorm(29000) span <- 0.49 i <- 1 while(i < 200){ cat(i,"\n") int <- supsmu(xx,yy,periodic=T,span=span) i <-i+1 } results in: 1 2 3 4 5 6 7 8 9 Program received signal SIGSEGV, Segmentation fault....
2010 Feb 22
1
lmom: plotting log Pearson Type III
...III plot using the evdistq() command to an extreme value plot using the lmom package? Attached sample code below... Thanks in advance, Dave library(lmom) # annual maximum daily streamflows Mackenzie River mackenzieRiver = c(26600, 30300, 34000, 32000, 29200, 28300, 28600, 26400, 28300, 28800, 29000, 22100, 32900, 31800, 21600, 32100, 27000, 24800, 28000, 35000, 32000, 25000, 15800, 28800, 29900, 28000, 25600, 19700, 25700, 29500, 26800, 30000, 29500) # estimate moments moments = samlmu(mackenzieRiver, sort.data = TRUE) log.moments <- samlmu( log(mackenzieRiver), sort.data = TRUE ) # est...
2009 Oct 09
0
How do I get Samba to probe for my ldap module ?
...e compared my case to another which is creating this log file and also probing for the module, see https://bugs.launchpad.net/ubuntu/+source/samba/+bug/397203) What am I missing ? I've tried to give Samba a hint that I want to use idmap_ldap, i.e. idmap alloc backend = ldap idmap uid = 10000-29000 idmap gid = 10000-29000 winbind enum users = yes winbind enum groups = yes idmap alloc config:range = 100000-500000 idmap alloc config:ldap_user_dn = cn=admin,dc=seat,dc=massey,dc=ac,dc=nz idmap alloc config:ldap_base_dn = ou=idmap,dc=seat,dc=massey,dc=ac,dc=nz idmap alloc config:ldap_url = ldap://...
2012 May 23
1
edgeR: design matrix setup
....5h C1h C2h C3h C6h C12h C24h C48h NM_001001130 68 95 56 43 66 62 68 90 63 89 65 85 58 49 81 49 76 73 48 77 NM_001001152 79 129 52 50 24 45 130 154 112 147 56 85 67 33 52 31 93 77 65 109 ... ... ... It has about 29000 rows and 20 columns (incl col.name). How would you set this up in edgeR if you want to compare the 10 first with the 10 last? -- View this message in context: http://r.789695.n4.nabble.com/edgeR-design-matrix-setup-tp4631094.html Sent from the R help mailing list archive at Nabble.com.
2007 Sep 27
1
crashing R through lattice
...12),rep("species 3", 12),rep("species 4", 12)) count<-c(895,540,1020,470,428,620, 760, 537, 845, 1050, 387, 497, 1520, 1610, 1900, 1350, 980, 1710, 1930, 1960, 1840, 2410, 1520, 1685, 43300, 32800, 28800, 34600, 27800, 32800,28100, 18900, 31400, 39500, 29000, 22300, 11000, 8600, 8260, 9830, 7600, 9650, 8900, 6060, 10200, 15500, 9250, 7900) qqmath(~count|species, distribution=qnorm, prepanel=prepanel.qqmathline, panel = function(x,...) { panel.grid()...
2008 Jan 01
0
idmap_nss: Default domain not being used
...o a new server. On the new server, I'm having trouble with idmap (using an LDAP backend) and trusted domains. The smb.conf file is the same on both servers. My idmap & winbind parameters are as follows: ldap idmap suffix = ou=idmap idmap backend = ldap:ldap://127.0.0.1 idmap uid = 10000-29000 idmap gid = 10000-29000 winbind use default domain = yes winbind enum users = yes winbind enum groups = yes On the new box, 'wbinfo -t' suceeds and I can list users and groups on the foreign domain using 'wbinfo -u' and 'wbinfo -g'. 'net rpc trustdom list' lists th...
2014 Jan 22
1
Samba4 as DC and Neighborhood browsing (nmbd functionality) !
...lementation of such functionality. It is very important and necassary. Some tech info portion from the link above: Winbind cannot lookup S-1-5-7, which corresponds to the builtin group "Anonymous Logon". So winbind cannot find a "user token" in the idmap. Incidentally, since Bug 29000 we create these Builtin groups in UCS LDAP, and thus the samba4-idmap listener creates an idmap entry with "XID_TYPE_GID". In UCS 3.1-1 on the other hand Samba4 had written XID_TYPE_BOTH entries. After manually changing the S-1-5-7 record in idmap to XID_TYPE_BOTH, the network browsing wo...
2008 Jan 02
0
winbind initialization: GetDC got invalid response type 21
...ap suffix = dc=seat,dc=massey,dc=ac,dc=nz ldap user suffix = ou=users panic action = /usr/share/samba/panic-action %d host msdfs = No idmap domains = ALLDOMAINS idmap backend = ldap:ldap://127.0.0.1 idmap alloc backend = ldap idmap uid = 10000-29000 idmap gid = 10000-29000 winbind use default domain = Yes idmap alloc config:range = 10000 - 50000 idmap alloc config:ldap_url = ldap://127.0.0.1/ idmap alloc config:ldap_base_dn = ou=idmap,dc=seat,dc=massey,dc=ac,dc=nz idmap config ALLDOMAINS:range =...
2018 Apr 20
1
Further questions
...inearReg1) segments(Age, BloodPressure, Age, pre, col="red") library(calibrate) textxy(Age, BloodPressure, res, cex=0.7) 2) 2) I also need your help plotting a hyperplan for a multiple regression and here I am really stuck... inc <- c(25000, 28000, 17500, 30000, 25000, 32000, 30000, 29000, 26000, 40000) age <- c(60, 36, 21, 35, 33, 43, 29, 45, 41, 48) educ <- c(12, 12, 13, 16, 16, 12, 13, 15, 15, 20) MultLinearReg1 <- lm(inc ~ age + educ) summary(MultLinearReg1) Thank you so much!
2008 Feb 01
2
Aplication slow after migration
Hi, everybody! I have been using samab on Debian for years and I have recently migrated my file server from version 3.0.14a-3sarge2 to 3.0.24-6etch4. One or our applications stores its data in a shared folder. This data is distributed in over 29000 files of about 1k-40k and is so much slower when it runs on the new server. I have thoroughly revised both smb.conf files, but can't see significant differences. I have read them so much that probably I'm already obfuscated. I have tuned socket options, but can't see any improvement...
2002 Apr 07
1
Age of Empires II playing on the internet
...400 Subsequent UDP inbound -------------------------------------- Client: 2300-2400 Host:2300-2400 Subsequent UDP outbound --------------------------------------- Client: 2300-2400 Host: 2300-2400 TCP ports must be open: ----------------------------------- 80 443 6667 28800-29000
2011 Jan 10
1
replace values in array with means of certain values in array
Een ingesloten tekst met niet-gespecificeerde tekenset is gescrubt ... Naam: niet beschikbaar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110110/596768d9/attachment.pl>
2011 Oct 16
4
Wine 1.3.30 gtchallenge
Hello Everyone, I'm comparing wine-v.1.3.30 vs wine-v.1..3.29 with the game gtchallenge. Here is the screenshots for wine 1.3.30 [img]http://imageshack.us/photo/my-images/683/gtchallengewinev1330.png/[/img] [img]http://imageshack.us/photo/my-images/580/gtchallengewinev13302.png/[/img] Here is the screenshots for wine 1.3.29
2004 Nov 09
0
Samba: CUPS connection refused
...script = /usr/sbin/useradd logon script = scripts\login.bat logon path = logon drive = X: domain logons = Yes os level = 65 preferred master = Yes domain master = Yes wins proxy = Yes wins support = Yes ldap suffix = dc=example,dc=com ldap ssl = no idmap uid = 10000-20000 idmap gid = 29000-30000 [printers] comment = SMB Print Spool path = /var/spool/samba printer admin = root printable = Yes use client driver = Yes browseable = No [netlogon] comment = Network Logon Service path = /var/lib/samba/netlogon valid users = %S read only = No Can you help me?, thanks and excuse...
2009 Dec 07
0
A Gamma-GLM with log link
...448 0.311% 22001 - 23000 22,489.74 389 0.270% 23001 - 24000 23,493.52 340 0.236% 24001 - 25000 24,603.33 413 0.287% 25001 - 26000 25,516.57 324 0.225% 26001 - 27000 26,514.70 297 0.206% 27001 - 28000 27,509.62 272 0.189% 28001 - 29000 28,486.77 238 0.165% 29001 - 30000 29,591.02 312 0.216% 30001 - 31000 30,460.08 238 0.165% 31001 - 32000 31,527.67 240 0.167% 32001 - 33000 32,526.25 213 0.148% 33001 - 34000 33,496.41 208 0.144% 34001 - 35000 34,556.44 23...
2015 Jan 08
2
Solaris 10 make check core dumps
...so.1`vsnprintf+0x70(4f2c0, 10f, 29478, ffbffaf8, 10, ff1c7078) t_noalloc_strdup_vprintf+0x3c(4f2c0, ffbffaf8, ffbffa2c, 1, 19, 0) p_strdup_vprintf+0xc(4cb90, 29478, ffbffaf8, ff1c759c, 4cc38, 4cb8c) t_strdup_printf+0x38(29478, 0, 0, 61fefeff, 80808080, 1010101) test_http_auth_challenges_valid+0x150(29000, 29400, 0, 4f250, 4cbb8, 0) test_run_funcs+0x24(4ca74, 1c00, ff1c7940, 4, ff312a00, ff13866c) test_run+0xc(4ca74, ffbffc7c, ffbffc84, 4f030, ff310140, 0) _start+0x5c(0, 0, 0, 0, 0, 0) Any help would be greatly appreciated. Brian
2004 Jan 27
2
Shorewall help blacklist and restart/refresh
....168.0.2 tcp 3412 - DNAT net loc:192.168.0.2 udp 3412 - DNAT net loc:192.168.0.2 tcp 2121 - DNAT net loc:192.168.0.2 udp 2302:2400 - DNAT net loc:192.168.0.2 udp 6073 - DNAT net loc:192.168.0.2 tcp 6667 - DNAT net loc:192.168.0.2 tcp 6881 - DNAT net loc:192.168.0.2 tcp 28000:29000 - DNAT net loc:192.168.0.2 udp 28000:29000 - DNAT net loc:192.168.0.2 tcp 2300 - DNAT net loc:192.168.0.2 udp 2300 - DNAT net loc:192.168.0.2 tcp 2303 - DNAT net loc:192.168.0.2 udp 2303 - DROP loc net:217.116.227.249 all - # DNAT net fw:24.91.102.152:1411 tcp 411 - DNAT net fw:24.91.10...
2011 Nov 18
0
Wine release 1.3.33
...tor at D@2@@2 at D@Z 28958 Rayman 2 demo crashes on screen resolution change 28974 Microsoft EMET v2.x and other tools need apphelp.dll.SdbCreateDatabase 28975 InstallShield-based installers need apphelp.dll.ApphelpCheckInstallShieldPackage stub (YouSendIt, Nokia S60 5th Edition SDK 1.0) 29000 Spectromancer refuses to start: 'Failed to init D3D8 object!' 29004 Numberwise crashes when trying to log-in 29013 Text underline height and vertical position wrong. 29014 Internet Explorer 7 and 8 crash on startup due to unimplemented function apphelp.dll.ApphelpCheckShellObject...