search for: p20

Displaying 20 results from an estimated 63 matches for "p20".

Did you mean: 20
2010 Sep 20
1
ERROR: Object not found
...tch <- c } else { switch <- 0 } dP1 <- a+b*P1-switch*P1 dP2 <- a-b*P1+switch*P2 list(c(dP1,dP2,dIN)) }) } # Parameters a <- 0.1 b <- 0.2 c <- 0.5 parms <- c(a=a,b=b,c=c) # Initial conditions P10 <- 100.0 P20 <- 0.0 IN0 <- 0.0 xstart <- c(P1=P10,P2=P20,IN=IN0) # Time points times <- seq(0,10,by=1) out <- as.data.frame(rk4(xstart,times,ode,parms)) [[alternative HTML version deleted]]
2010 Sep 20
1
Ask for help with Error: Object not found
...tch <- c } else { switch <- 0 } dP1 <- a+b*P1-switch*P1 dP2 <- a-b*P1+switch*P2 list(c(dP1,dP2,dIN)) }) } # Parameters a <- 0.1 b <- 0.2 c <- 0.5 parms <- c(a=a,b=b,c=c) # Initial conditions P10 <- 100.0 P20 <- 0.0 IN0 <- 0.0 xstart <- c(P1=P10,P2=P20,IN=IN0) # Time points times <- seq(0,10,by=1) out <- as.data.frame(rk4(xstart,times,ode,parms)) [[alternative HTML version deleted]]
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin disp lay on AIX
Courtesy follow up back to the unix-dev list (mainly for those like me who searched the archives) Thanks to the very swift response of Darren, a patched auth.c did the trick Patch enclosed below (apply after the p20) I'm guessing he'll either update p20 or issue p21 soon. Many thanks Andrew --- auth.c.orig 2003-06-25 23:14:16.000000000 +1000 +++ auth.c 2003-06-25 23:13:36.000000000 +1000 @@ -240,11 +240,12 @@ * non-root user (since loginrestrictions will always fail). */...
2012 Dec 19
1
"For" loop and "if" question
All - I have a large data frame that looks like ID p1 p2 p3...p20 Lat1 Lat2 Lat3...Lat20 Long1 Long2 Long3...Long20 1 0 0 1 0 NA NA 29.xx NA NA NA -89.xx NA 2 1 0 0 1 27.xx NA NA 29.00 -88.00 NA NA -89.xx 3 0 0...
2023 Mar 09
1
reemplazar valores en texto según condiciones
Buenas, Se me hace raro que la función no admita un parámetro para eso. Una opción es hacerlo en dos pasos: P1: Reemplaza p10, p20, ... por algo como q10, q20, ... P2: Haz el reemplazo que quieres. Igualmente puedes hacer el reemplazo que haces y en un segundo paso reemplazar p10_integra_datos por p10_cuales_rep, ... Un saludo, Manuel. El jue, 09-03-2023 a las 10:20 -0300, juan manuel dias escribió: > Hola, > Algo que...
2006 Jan 03
1
Summary functions to dataframe
...757", "9758", "9759", "9760", "9761"), class = "data.frame") Pstats <- function(x) { Max = max(x) Min = min(x) AMean = mean(x) AStdev = sd(x) Samples <- length(x) p10 <- quantile(x,0.1,na.rm = TRUE, names = FALSE) p20 <- quantile(x,0.2,na.rm = TRUE, names = FALSE) p30 <- quantile(x,0.3,na.rm = TRUE, names = FALSE) p40 <- quantile(x,0.4,na.rm = TRUE, names = FALSE) p50 <- quantile(x,0.5,na.rm = TRUE, names = FALSE) p60 <- quantile(x,0.6,na.rm = TRUE, names = FALSE) p70 <- quantile(x,0....
2009 Apr 04
1
Problem with sample()
...5429288357371100000 p12 = B * 0.0057182186634501300000 p13 = B * 0.0050271368777644200000 p14 = B * 0.0044419396829380100000 p15 = B * 0.0039419891495863900000 p16 = B * 0.0035116072275277300000 p17 = B * 0.0031386664156453200000 p18 = B * 0.0028136371529372800000 p19 = B * 0.0025289275577435600000 p20 = B * 0.0022784155915110200000 p21 = B * 0.0020571110286774600000 p22 = B * 0.0018609069242876300000 p23 = B * 0.0016863940046095700000 p24 = B * 0.0015307200810669000000 p25 = B * 0.0013914821958686000000 p26 = B * 0.0012666429097088400000 p27 = B * 0.0011544646324891600000 p28 = B * 0.00105345760...
2023 Mar 09
1
reemplazar valores en texto según condiciones
Hola, Algo que me está pasando con esta función es lo siguiente: A "p1" lo tengo que reemplazar por "p1_integra_datos" y a "p10" por "p10_cuales_rep", pero como p10 contiene p1, y así pasa con otras preguntas (p2 y p20, por ejemplo), me los reemplaza en ambas, cuándo lo que busco es otra cosa. reglas$condicion_final <- stri_replace_all_fixed(reglas$condicion_minus, c("p1","p2","p3","p4","p5","p6","p7","p8","p9","p10...
2016 Nov 05
2
Avago (LSI) SAS-3 controller, poor performance on CentOS 7
On 11/05/2016 06:40 AM, Steven Tardy wrote: > What firmware is/are on the cards? In the dmesg output I included: mpt3sas0: LSISAS3008: FWVersion(10.00.00.00), ChipRevision(0x02), BiosVersion(08.25.00.00) > The driver version difference between C6 and C7 could interact badly with old firmware. I suspected that was the case, and tried running elrepo's "kmod-mpt3sas" from
2016 Nov 05
0
Avago (LSI) SAS-3 controller, poor performance on CentOS 7
...; What firmware does $vendor suggest? > > Haven't asked yet, since the same firmware produces different behavior > on the two OSs. I know with the SAS2 chips (SAS2008, SAS2308, etc), FreeBSD strongly recommends the firmware revision matches the driver revision, so if the driver is P20, the firmware also should be P20. I don't have any SAS3 stuff. -- john r pierce, recycling bits in santa cruz
2012 Jan 25
1
loops
...in each loop with data from some function. for example: # part of the names for the variables to be created Frags <- c("F04", "F05", "F07", "F09", "F11", "F13", "F14", "F17", "F18", "F19", "P20", "Main") for(obs in Frags) { A.*obs* <- accumresult(Species, y=Environment, factor='Fragment', level=*obs*, method='rarefaction', conditioned =T, gamma = 'boot' , permutations=100, scale='abundance') P.*obs* <- accumplot(z,addit=FALSE, ci...
2000 Mar 08
1
Trouble with data dim
Dear R users, I am a novice user working through V & R. My first question stems from p20 of the second edition.: I perform the following actions: > mydata <- c(2.9,3.4,3.4,3.7,3.7,2.8,2.8,2.5,2.4,2.4) > names(mydata) <- c('c','j','b','e','i','h','g','d','f','a') > mydata c j b e i...
2018 Feb 01
2
Why does dovecot reject password when authorizing by a certificate?
...Password mismatch dovecot: imap-login: Disconnected (auth failed, 1 attempts in 6 secs): user=<sysadmin>, method=EXTERNAL, rip=10.1.1.59, lip=10.1.1.99, TLS, session=<fp5P5SBkhtMKAQE7> My configuration: # 2.2.24 (a82c823): /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 10.2-RELEASE-p20 amd64? ufs auth_debug = yes auth_mechanisms = plain login external auth_ssl_require_client_cert = yes auth_ssl_username_from_cert = yes auth_username_format = %Ln auth_verbose = yes disable_plaintext_auth = no lda_mailbox_autocreate = yes mail_debug = yes mail_gid = 999 mail_location = maildir:/mnt...
2016 May 25
3
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
...gt; On 5/25/2016 11:44 AM, Kelly Lesperance wrote: >> The HBA is an HP H220. > > OH. its a very good idea to verify the driver is at the same revision > level as the firmware. not 100% sure how you do this under CentOS, my > H220 system is running FreeBSD, and is at revision P20, both firmware > and driver. HP's firmware, at least what I could find, was a fairly > old P14 or something, so I had to re-flash mine with 'generic' LSI > firmware, this isn't exactly a recommended thing to do, but its sure > working fine for me. Not sure if dmidec...
2006 Aug 31
5
Tables with Graphical Representations
Hi useRs - I was wondering if anyone out there can tell me where to find R-code to do mixes of tables and graphics. I am thinking of something similar to this: http://yost.com/information-design/powerpoint-corrupts/ or like the excel routines people are demonstrating: http://infosthetics.com/archives/2006/08/excel_in_cell_graphing.html My aim is to provide small graphics to illustrate
2016 May 25
6
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
The HBA is an HP H220. We haven?t really benchmarked individual drives ? all 12 drives are utilized in one RAID-10 array, I?m unsure how we would test individual drives without breaking the array. Trying ?hdparm -tT /dev/sda? now ? it?s been running for 25 minutes so far? Kelly On 2016-05-25, 2:12 PM, "centos-bounces at centos.org on behalf of Dennis Jacobfeuerborn"
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
...,3,4,5 # putting value of K -.5,0,.5,1,2,3,4,5 # in the function g() p1=g(-5,-.5) p2=g(-5,0) p3=g(-5,0.5) p4=g(-5,1) p5=g(-5,2) p6=g(-5,3) p7=g(-5,4) p8=g(-5,5) p9=g(-4,-.5) p10=g(-4,0) p11=g(-4,0.5) p12=g(-4,1) p13=g(-4,2) p14=g(-4,3) p15=g(-4,4) p16=g(-4,5) p17=g(-3,-.5) p18=g(-3,0) p19=g(-3,.5) p20=g(-3,1) p21=g(-3,2) p22=g(-3,3) p23=g(-3,4) p24=g(-3,5) p25=g(-2,-.5) p26=g(-2,0) p27=g(-2,.5) p28=g(-2,1) p29=g(-2,2) p30=g(-2,3) p31=g(-2,4) p32=g(-2,5) p33=g(-1,-.5) p34=g(-1,0) p35=g(-1,.5) p36=g(-1,1) p37=g(-1,2) p38=g(-1,3) p39=g(-1,4) p40=g(-1,5) p41=g(-0.5,-0.5) p42=g(-0.5,0) p43=g(-0.5,0.5...
2018 Feb 01
2
Why does dovecot reject password when authorizing by a certificate?
...Password mismatch dovecot: imap-login: Disconnected (auth failed, 1 attempts in 6 secs): user=<sysadmin>, method=EXTERNAL, rip=10.1.1.59, lip=10.1.1.99, TLS, session=<fp5P5SBkhtMKAQE7> My configuration: # 2.2.24 (a82c823): /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 10.2-RELEASE-p20 amd64? ufs auth_debug = yes auth_mechanisms = plain login external auth_ssl_require_client_cert = yes auth_ssl_username_from_cert = yes auth_username_format = %Ln auth_verbose = yes disable_plaintext_auth = no lda_mailbox_autocreate = yes mail_debug = yes mail_gid = 999 mail_location = maildir:/mnt...
2007 Oct 03
1
FreeBSD Security Advisory FreeBSD-SA-07:08.openssl
...openssl Announced: 2007-10-03 Credits: Moritz Jodeit Affects: All FreeBSD releases. Corrected: 2007-10-03 21:39:43 UTC (RELENG_6, 6.2-STABLE) 2007-10-03 21:40:35 UTC (RELENG_6_2, 6.2-RELEASE-p8) 2007-10-03 21:41:22 UTC (RELENG_6_1, 6.1-RELEASE-p20) 2007-10-03 21:42:00 UTC (RELENG_5, 5.5-STABLE) 2007-10-03 21:42:32 UTC (RELENG_5_5, 5.5-RELEASE-p16) CVE Name: CVE-2007-5135 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the...
2007 Oct 03
1
FreeBSD Security Advisory FreeBSD-SA-07:08.openssl
...openssl Announced: 2007-10-03 Credits: Moritz Jodeit Affects: All FreeBSD releases. Corrected: 2007-10-03 21:39:43 UTC (RELENG_6, 6.2-STABLE) 2007-10-03 21:40:35 UTC (RELENG_6_2, 6.2-RELEASE-p8) 2007-10-03 21:41:22 UTC (RELENG_6_1, 6.1-RELEASE-p20) 2007-10-03 21:42:00 UTC (RELENG_5, 5.5-STABLE) 2007-10-03 21:42:32 UTC (RELENG_5_5, 5.5-RELEASE-p16) CVE Name: CVE-2007-5135 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the...