Displaying 12 results from an estimated 12 matches for "d33".
Did you mean:
d3
2011 Oct 17
2
how to use 'which' inside of 'apply'?
Hello R-community,
I am trying to populate a column (doy) in a large dataset with the first
column number that exceeds the value in another column (thold) using the
'apply' function.
Sample data:
pt D1 D17 D33 D49 D65 D81 D97 D113 D129 D145 D161 D177
D193 D209 D225 D241 D257
1 39177 0 0 0 0 0 0 0 0 0.4336 0.4754 0.5340667 0.5927334
0.6514 0.6966 0.5900 0.5583 0.5676
2 39178 0 0 0 0 0 0 0 0 0.3420 0.4543 0.5397666 0.6252333
0.7107 0.7123 0.5591 0.4617...
2007 Dec 03
2
Help replacing dual identity disk in ZFS raidz and SVM mirror
...s divided up like this
/ 6GB UFS s0
Swap 8GB s1
/var 6GB UFS s3
Metadb 50MB UFS s4
/data 48GB ZFS s5
For SVM we do a 4 way mirror on /,swap, and /var
So we have 3 SVM mirrors
d0=root (sub mirrors d10, d20, d30, d40)
d1=swap (sub mirrors d11, d21,d31,d41)
d3=/var (sub mirrors d13,d23,d33,d43)
For ZFS we have a single Raidz set across all four disks s5
Everything has worked flawlessly for some time. This week we discovered that one of our 4200''s is reporting some level of failure with regards to one of the disks
We see these recurring errors in the syslog
Dec 3 12:00:47...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
..., suffix3)
d23 = myone(state, roots)
d24 = myone(city, roots)
d25 = myone(cityst, roots)
d26 = myone(inscompany, roots)
d27 = myone(state, roots2)
d28 = myone(city, roots2)
d29 = myone(cityst, roots2)
d30 = myone(inscompany, roots2)
d31 = mytwo(state, roots, suffix)
d32 = mytwo(city, roots, suffix)
d33 = mytwo(cityst, roots, suffix)
d34 = mytwo(inscompany, roots, suffix)
d35 = mytwo(state, roots, suffix2)
d36 = mytwo(city, roots, suffix2)
d37 = mytwo(cityst, roots, suffix2)
d38 = mytwo(inscompany, roots, suffix2)
d39 = mytwo(state, roots, suffix3)
d40 = mytwo(city, roots, suffix3)
d41 = mytwo(cit...
2008 Sep 09
1
creating table of averages
..."c33" "d11"
"d12" "d13"
[31] "d14" "d21" "d22" "d23"
"d24" "d25"
[37] "d31" "d32" "d33" "e11"
"e12" "e13"
[43] "e21" "e22" "e23" "e31"
"e32" "e33"
[49] "f11" "f12" "f13"...
2011 Jun 09
2
Problem with a if statement inside a function
...;, "roots2")
d29 = myone("cityst", "roots2")
d30 = myone("inscompany", "roots2")
d31 = mytwo("state", "roots", "suffix")
d32 = mytwo("city", "roots", "suffix")
d33 = mytwo("cityst", "roots", "suffix")
d34 = mytwo("inscompany", "roots", "suffix")
d35 = mytwo("state", "roots", "suffix2")
d36 = mytwo("city", "roots", "suffix2"...
2020 Sep 02
0
Submission proxy warning connecting to Exim
...string of any characters other than CR or LF
ehlo-line = ehlo-keyword *( SP ehlo-param )
ehlo-keyword = (ALPHA / DIGIT) *(ALPHA / DIGIT / "-")
; additional syntax of ehlo-params depends on
; ehlo-keyword
ehlo-param = 1*(%d33-126)
; any CHAR excluding <SP> and all
; control characters (US-ASCII 0-31 and 127
; inclusive)
The underscore is not supported by the standard (only dash).
Is Exim doing this by default? In that case we may need to add a worka...
2011 Jun 09
1
Trying to make code more efficient
...;, "roots2")
d29 = myone("cityst", "roots2")
d30 = myone("inscompany", "roots2")
d31 = mytwo("state", "roots", "suffix")
d32 = mytwo("city", "roots", "suffix")
d33 = mytwo("cityst", "roots", "suffix")
d34 = mytwo("inscompany", "roots", "suffix")
d35 = mytwo("state", "roots", "suffix2")
d36 = mytwo("city", "roots", "suffix2"...
2002 Nov 28
4
Mime-Version: 1.0
I am using expression() to incorporate text into graphics. To create a
superscript, I use the '^' character. Can someone please tell me the
character to use to create a subscript?
Thank you
-----------------------------------------------------
Christine Donnelly
Statistical Consulting Unit
The Graduate School
John Dedman Mathematical Sciences Building (Bldg 27)
Australian National
2020 Aug 27
2
Submission proxy warning connecting to Exim
Hello,
When connecting to Exim 4.94, dovecot submission logs this warning:
dovecot[25235]: submission(alec)<25347><QNydV8+t+oMKAgAF>: Warning: smtp-client: conn localhost:25 ([::1]:25) [1]: Received invalid EHLO response line: Unexpected character in EHLO keyword
Looks like it doesn't like the underscore in "X_PIPE_CONNECT", since
it's neither "isalnum"
2009 Feb 06
0
RExcel waiting for OLE action
...Call Rinterface.GetArray("sd_output$sd_one",
Range("ASYM_MAX_ANALYSIS!B33:B37"))
Call Rinterface.GetArray("sd_output$sd_two",
Range("ASYM_MAX_ANALYSIS!J33:J37"))
Call Rinterface.GetArray("sd_output$iqr_one",
Range("ASYM_MAX_ANALYSIS!D33:D37"))
Call Rinterface.GetArray("sd_output$iqr_two",
Range("ASYM_MAX_ANALYSIS!L33:L37"))
Call Rinterface.GetArray("pred_output$quant_one",
Range("ASYM_MAX_ANALYSIS!A42:A46"))
Call Rinterface.GetArray("pred_output$pred",
Range(&...
2008 Aug 29
12
stubdom problem
Hello all Xen devels,
I''m writing howto''s in brazilian portuguese language about Xen-3.3.0
stubdom, pv-grub and others configurations. Following what is written
in xen-3.3.0/stubdom/README, I tried start a HVM but without success.
When I start the virtual machine calling ''xm create hvmtest'' command,
in a few seconds the virtual machine is dead (see
2009 Mar 09
5
Help
...N1) d9(N1) d10(N1) d11(N1) d12(N1) d13(N1)
> > d14(N1) d15(N1) d16(N1) d17(N2) d18(N1) d19(N1) d20(N1) .
> >
> > - RECORD TYPE 'B'.
> > - DATA LIST LIST / i1(A1) d21(N1) d22(N1) d23(N1) d24(N1) d25(N1)
> > d26(N1) d27(N1) d28(N1) d29(N1) d30(N1) d31(N1) d32(N1) d33(N1)
> > d34(N1) d35(N1) d36(N1) d37(N1) d38(A37) d39(N1) d40(N1) .
> >
> > - RECORD TYPE 'C'.
> > - DATA LIST LIST / i2(A1) d41(N1) d42(N1) d43(N1) d44(N1) d45(N1)
> > d46(N1) d47(N1) d48(N1) d49(N1) d50(N1) d51(N1) d52(N1) d53(N1)
> > d54(N1) d55(N1) d56...