Displaying 20 results from an estimated 60 matches for "a02".
Did you mean:
02
2009 Jun 23
2
Long to wide format without time variable
...ariable.
Thanks in advance for any help you can provide. A worked example and some code I've tried are below. I'm working with R v2.8.1 on Windows XP Professional.
Cheers,
Alan Cohen
Here's what my data look like now:
> id <- rep(1:5,2)
> COD <- c("A01","A02","A03","A04","A05","B01","A02","B03","B04","A05")
> MDid <- c(1:6,3,5,7,2)
> data <- as.data.frame(cbind(id,COD,MDid))
> data
id COD MDid
1 1 A01 1
2 2 A02 2
3 3 A03 3
4 4 A04...
2011 Dec 09
1
matrix calculation
Hello,
I have a matrix
animal time A01 A02
A d0 -5.4 2.7
A d112 4.6 5.9
A d224 3.9 6.3
B d0 7.1 5.6
B d112 1.5...
2004 Aug 20
3
How generate "A01", "A02", ..., "A99"?
Hi,
Anyone can tell me how to generate "A01", "A02", ..., "A99"?
paste("A", 1:99, sep="") generates "A1", "A2",..., "A99". This is not what I want.
Thanks for the help.
-MY
[[alternative HTML version deleted]]
2009 May 29
1
frequence of patterns in a vector
Dear R users,
Suppose I have a vector that consists of characters like ABC, A02, RCA,
etc., and there are about 700 of possible characters. For example,
x <- c("ABC", "ABC", "ABC", "A02", "ABC", "RCA", "ABC", "ABC")
I'd like to get a frequency matrix that looks something like this:
ABC 6...
2011 Mar 11
3
Large dataset operations
...hat I want to do is add a new column for each "rep_ " column where I have taken each value and divide it by the mean of all values where "PlateNo" is the same. My data is in the following format:
> data
PlateNo
Well
rep_1
rep_2
rep_3
1
A01
1312
963
1172
1
A02
10464
6715
5628
1
A03
3301
3257
3281
1
A04
3895
3350
3496
1
A05
8731
7389
5701
2
A01
7893
6748
5920
2
A02
2912
2385
2586
2
A03
985
785
809
2
A04
1346
1018
1001
2
A05
794
314
486
To generate it copy:
a <- c(1, 1, 1, 1, 1, 2, 2, 2, 2, 2)
b <...
2007 Oct 02
2
plot question
...have a question about how to plot a series of data. The folloqing is my
data matrix of n
> n
25p 5p 2.5p 0.5p
16B-E06.g 45379 4383 5123 45
16B-E06.g 45138 4028 6249 52
16B-E06.g 48457 4267 5470 54
16B-E06.g 47740 4676 6769 48
37B-B02.g 42860 6152 19276 72
35B-A02.g 48325 12863 38274 143
35B-A02.g 48410 12806 39013 175
35B-A02.g 48417 9057 40923 176
35B-A02.g 51403 13865 43338 161
45B-C12.g 50939 3656 5783 43
45B-C12.g 52356 5524 6041 55
45B-C12.g 49338 5141 5266 41
45B-C12.g 51567 3915 5677 43
35A-G04.g 40365 5513 6971 32
35B-D01.g...
2018 Sep 10
2
Byte-wide stores aren't coalesced if interspersed with other stores
...triple = "x86_64-pc-linux-gnu"
define void @evalexpr_0_0(i8* align 8 noalias, i32* align 8 noalias) {
entry:
%a01 = getelementptr i8, i8* %0, i16 0
store i8 0, i8* %a01
; in the real case this also loads data
%b01 = getelementptr i32, i32* %1, i16 0
store i32 0, i32* %b01
%a02 = getelementptr i8, i8* %0, i16 1
store i8 0, i8* %a02
; in the real case this also loads data
%b02 = getelementptr i32, i32* %1, i16 1
store i32 0, i32* %b02
; in the real case this also loads data
%a03 = getelementptr i8, i8* %0, i16 2
store i8 0, i8* %a03
; in the real case th...
2009 May 22
2
Step by step: Making an R package with Fortran 95
...are the problems:
1. The order of compilation must be f95 -c CalculatorModule.f95
ANiceSubroutine.f95. Unfortunately, R compiles them alphabetically. So, I
was given errors making the *.o files.
I overcame this problem by renaming the files
a01.CalculatorModule.f95 and a02.ANiceSubroutine.f95. I would rather not
have to name the files this way if I don't have to! When I did this, R
compiled the Fortran files in the correct order, but I still have errors.
2. Here was the error output. Help?????
C:\Program Files\R\R-2.8.1\src\gnuwin32>make pkg-Testme
-...
2007 Nov 21
1
ave and sd
Dear list,
I'm still trying to calculate the sd for V2 for
each group in V1 if V3 is '0':
> x
V1 V2 V3
1 A01 2.40 0
2 A01 3.40 1
3 A01 2.80 0
4 A02 3.20 0
5 A02 4.20 0
6 A03 2.98 1
7 A03 2.31 0
8 A04 4.20 0
# Work
x$vmean <- ave(x$V2, x$V1, x$V3 == 0, FUN = mean)
# Work
x$vsd2 <- ave(x$V2, x$V1, FUN = sd)
# Doesn't work
x$vsd <- ave(x$V2, x$V1, x$V3 == 0, FUN = sd)
Thank you for any help!
Patrick
2013 Nov 28
2
shared folder - ACL
...olders in dovecot 2.1.6 without success. My configuration is:
mail_plugins = quota autocreate mail_log notify acl
...
plugin {
...
acl_shared_dict = file:/etc/dovecot/shared-mailboxes.db
...
}
Protocol imap {
...
mail_plugins = imap_quota imap_acl
...
}
When I try to set acl to a folder:
a02 setacl inbox.test1 user1 lr
a02 BAD Error in IMAP command SETACL: ACLs disabled.
In the logs, I can see:
dovecot: imap(testing_ddfr): Debug: acl: No acl setting - ACLs are disabled
What am I missing?
Thank you very much in advanced.
Kind regards.
H?ctor Moreno Blanco.
P Please consider the...
2007 Dec 14
2
Conflating categories
Hi,
I think this is a pretty basic question. I still couldn#t find the answer to
it, though.
I have some data loaded into R, which looks like this:
> data()
...
38358 Advice Article
38359 Advice Article
38360 GeneralInfo List
38361 GeneralInfo Article
38362 Purchase Paragraphs
38363 Purchase List
38364 Purchase Paragraphs
...
I now
2004 Dec 17
1
Cygwin and index code
...ELECT INBOX
imap(jmberg): Warning: Compressing cache file
/home/jmberg/Maildir/dovecot.index.cache
imap(jmberg): Error: open() failed with file
/home/jmberg/Maildir/dovecot.index.tmp: Permission denied
A01 NO Internal error occured. Refer to server log for more information.
[2004-12-17 15:51:06]
A02 LOGOUT
* BYE Logging out
A02 OK Logout completed.
A second session (some files were created by the first) yields this:
$ ./imap.exe
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS] Logged in as
jmberg
A01 SELECT INBOX...
2010 Nov 17
2
Extract elements that starts with...
Hi
I got an table that contains this colum and i wonder if there is any nice
way to extract all rows that contains all dose that start with A02, so all
the rows that have A020 and A021 etc etc...
| A010 |
| A010 |
| A010 |
| A020 |
| A020 |
| A020 |
| A020 |
| A020 |
| A021 |
| A021 |
Thx for your help
//Joel
--
View this message in context: http://r.789695.n4.nabble.com/Extract-elements-that-starts-with-tp3046332p3046332.html
Sent fro...
2014 Jan 06
1
Dovecot quoting problem?
Hello Timo,
I think the following commit makes problems:
http://hg.dovecot.org/dovecot-2.2/rev/68a8b650578e
# Doesn't work
A01 LIST "" ~/Mail/Gesendet
# OK with quoted mailbox
A02 LIST "" "~/Mail/Gesendet"
Details:
imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID
ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS
THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN
NAMESPACE UIDPLUS LIST-EXTENDED I1...
2014 Jan 21
1
RFC 5267 Contexts for IMAP4 PARTIAL results
...return
S: * ESEARCH (TAG "A04") UID PARTIAL (24000:24500 NIL)
// No results are present, this is beyond the end of the results.
S: A04 OK Completed.
according to the RFC, but instead of NIL in the PARTIAL result I see the full range of
UIDs that are in the folder, as in:
C:?A02 UID SEARCH RETURN (PARTIAL 23500:24000) UNDELETED
S: * ESEARCH (TAG "A02") UID PARTIAL (23500:24000 1:9)
S: A02 OK Search completed (0.000 secs).
The folder that is selected contains 9 emails with the UIDs 1-9. Should the server return
NIL Instead of returning 1:9?
Thanks!
And...
2008 Oct 06
3
Help - I keep getting LSUB permission denied
...came fine and I though there was not problem until a user called
and said it was not working through webmail. I tried, it it worked fine
and I realized the problem was with dovecot. I have created new users,
tried different UIDs. Removed any protections but when I telnet to the
port, I get this:
a02 LSUB "" "*"
* LSUB () "/" "Trash"
* LSUB () "/" "Junk"
* LSUB () "/" "Sent"
* LSUB () "/" "Junk E-mail"
* LSUB () "/" "INBOX/Sent"
* LSUB () "/" "INBOX/Trash"...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
..., i32* align 8 noalias) {
> > entry:
> > %a01 = getelementptr i8, i8* %0, i16 0
> > store i8 0, i8* %a01
> >
> > ; in the real case this also loads data
> > %b01 = getelementptr i32, i32* %1, i16 0
> > store i32 0, i32* %b01
> >
> > %a02 = getelementptr i8, i8* %0, i16 1
> > store i8 0, i8* %a02
> >
> > ; in the real case this also loads data
> > %b02 = getelementptr i32, i32* %1, i16 1
> > store i32 0, i32* %b02
> >
> > ; in the real case this also loads data
> > %a03 = g...
2006 Apr 07
4
setIs and method dispatch in S4 classes
Dear all,
I have a question regarding setIs and method dispatch in S4 classes:
Consider the following example:
#####################################################
## A02 "contains" A01 by setIs:
setClass("A01", representation(a="numeric",b="numeric"))
setClass("A02", representation(a="numeric",d="numeric"))
setIs("A02","A01",coerce=function(obj){new("A01", a=obj at a...
2009 Aug 07
1
Bug in nlm, found using sem; failure in several flavors (PR#13883)
...;> address 0xc019c87b, cause 'memory not mapped'
>>
>> Traceback:
>> =A01: nlm(if (analytic.gradient) objective.2 else objective.1, start,
>> hessian =3D TRUE, iterlim =3D maxiter, print.level =3D if (debug) 2 else=
0,
>> typsize =3D typsize, ...)
>> =A02: sem.default(ram =3D ram, S =3D S, N =3D N, param.names =3D pars, v=
ar.names =3D
>> vars, =A0 =A0 fixed.x =3D fixed.x, debug =3D debug, ...)
>> =A03: sem(ram =3D ram, S =3D S, N =3D N, param.names =3D pars, var.names=
=3D vars,
>> fixed.x =3D fixed.x, debug =3D debug, ...)
>&...
2015 Sep 15
1
CentOS-6 - LogWatch
On Mon, September 14, 2015 21:28, Always Learning wrote:
>
> On Mon, 2015-09-14 at 14:51 -0400, James B. Byrne wrote:
>
>> The Logwatch imapd service script distributed with CentOS-6 does not
>> generate anything when I run logwatch --service all on a cyrus-imapd
>> host. Is this expected behaviour? Is there a separate script for
>> cyrus-imapd or are their