Displaying 20 results from an estimated 38365 matches for "2011".
Did you mean:
2010
2012 May 09
2
Problem with SQLDF - Error in sqliteExecStatement(con, statement, bind.data) : RS-DBI driver: (error in statement: no such table:
...LF", "DLF", "DLF"
), TMSTMP = c("09:07:07", "09:15:03", "09:15:03", "09:15:03",
"09:15:03", "09:15:04"), PRICE = c(295, 294.5, 293.9, 294.9,
295, 294.5), DATE = structure(c(1L, 1L, 1L, 1L, 1L, 1L), .Label =
c("2011-01-03",
"2011-01-04", "2011-01-05", "2011-01-06", "2011-01-07", "2011-01-10",
"2011-01-11", "2011-01-12", "2011-01-13", "2011-01-14", "2011-01-17",
"2011-01-18", "2011-01-19"...
2012 Jun 27
5
question about formatting Dates
Dear R People:
I have dates as factors in the following:
> poudel.df$DATE
[1] 1/2/2011 1/4/2011 1/4/2011 1/4/2011 1/6/2011 1/7/2011 1/8/2011
[8] 1/9/2011 1/10/2011
Levels: 1/10/2011 1/2/2011 1/4/2011 1/6/2011 1/7/2011 1/8/2011 1/9/2011
>
I want them to be "regular" dates which can be sorted, etc.
But when I did this:
> as.character(poudel.df$DATE)
[1] "...
2011 Nov 29
2
Extracting from zip, removing certain file extensions
Hi there,
I'm running R on windows 7 with Rstudio. Everyday I receive a zip file
where a bunch of half-hourly files are zipped together.
I then use
xx=unzip(ind)
to get xx, which consists of :
[1] "./2011/A20112961503.flx" "./2011/A20112961503.log" "./2011/A20113211730.slt" "./2011/A20113211800.slt" "./2011/A20113211830.slt" "./2011/A20113211900.slt"
[7] "./2011/A20113211930.slt" "./2011/A20113212000.slt" "./2011/A2011...
2011 Mar 09
0
Trouble with ldapsam on OpenBSD
...r stored in
LDAP)
* The first attempt works, but I see in the log "Server exit (failed
to receive smb request)"
* When I press F5 to refresh the view, I get the error message "The
specified network name is no longer available."
* In the log for smbd, I see the following lines:
[2011/03/08 16:25:31, 3, pid=26585]
/usr/ports/pobj/samba-3.5.4-cups-ldap/samba-3.5.4/source3/smbd/server.c:259
Unclean shutdown of pid 16692
[2011/03/08 16:25:31, 1, pid=26585] Scheduled cleanup of brl and
lock database after unclean shutdown
[2011/03/08 16:25:34, 3, pid=26585]
/usr/ports/pobj/samb...
2011 Mar 03
3
creating a count variable in R
Hi R helpers,
I'm trying to create a count in R , but as there is no retain function like
in SAS I'm running into difficulties.
I have the following :
Date_var and wish to obtain Date_var
Count_var
01/01/2011 01/01/2011
1
01/01/2011 01/01/2011
2
02/01/2011 02/01/2011
1
02/01/2011...
2014 Oct 09
3
cambiar un valor por NA en data frame
...ue son muchos es una base datos muy grande.
Conoce alguno de esutedes amigos, alguna funcion para realizar dicha
edicion les agradeceria mucho, sus comentarios y ayudas.....
Envio una extracto de la base de datos en .txt para mostrar el problemita
por por si alguno le sirviera mirarla se llama ENO2011
Un gran abrazo desde Chile
Alex Mellado V
Ms(c) en Epidemiología
Universidad Católica de Chile
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20141009/7d16fc7c/attachment.html>
------------ próxi...
2013 Jan 04
3
How to plot multiple time series with different time base in same plot?
Hi
I have to time series with a different time base.
The first has only sporadic datapoints:
2011-02-01 15.29130
2011-02-08 17.60278
2011-02-15 17.99737
2011-02-22 25.43690
The other has a daily datapoint:
2011-02-01 342.34
2011-02-02 68.45
2011-02-03 130.47
2011-02-04 129.86
2011-02-05 81.98
2011-02-06 77.30
2011-02-07 81.38
2011-02-08 139.95
2011-02-09 124.40
...etc.
In Excel, it is fairly...
2011 May 31
1
How to get the rows corresponding to the maximum of a factor
I have a data frame as follows:
MsgType eotpd fn
FI 2011-05-13 01:40:00 0
FF 2011-05-13 01:39:53 0
TC 2011-05-13 01:39:45 0
FI 2011-05-14 00:58:46 1
FF 2011-05-14 00:58:46 1
FI 2011-05-15 00:48:32 2
FF 2011-05-15 00:48:21 2
TC 2011-05-15 00:48:15 2
FI...
2011 Mar 10
2
Selecting ranges of dates from a dataframe
Hello list!
I have a data.frame which looks like this:
> serv
datum op.read op.write read write
1 2011-01-29 10:00:00 0 0 0 0
2 2011-01-29 10:00:01 0 0 0 0
3 2011-01-29 10:00:02 0 0 0 0
4 2011-01-29 10:00:03 0 4 0 647168
5 2011-01-29 10:00:04 0 0 0 0
6 2011-01-29 10:00:05...
2013 Mar 17
1
How make a boxplot with Y axis in percentage
I have to make a boxplot with Years 2011 and 2012 on the x axis, and
percentage of full time students (=1) and part time students (=2) on the y
axis.
I would really appreciate if someone can help me to build a proper code.
Thanks
Larissa
Data as follow:
Year
Q1
2011
1
2011
1
2011
1
2011
1
2011
1
2011
1
2011
1
2011
1
2...
2011 Mar 14
0
upgraded samba server causes winXP integrated authentication to fail
...er the problem disappears, suggesting that there's
a cache somewhere that gives my XP client the wrong information about
the server.
I've tried using nbtstat -R to clear the local cache on the XP box but
it makes no difference.
Any suggestions?
Thanks!
Geoff
The log of the failure:
[2011/03/14 08:59:43.269798, 3] smbd/oplock.c:895(init_oplocks)
init_oplocks: initializing messages.
[2011/03/14 08:59:43.273126, 3]
smbd/oplock_linux.c:224(linux_init_kernel_oplocks)
Linux kernel oplocks enabled
[2011/03/14 08:59:43.274170, 3] smbd/process.c:1489(process_smb)
Transaction 0 of l...
2011 Nov 11
1
User longer than 20 characters can't join domain (windows 7 pro)
...on then windows 7 says:
"The Local Session Manager service failed the logon.
The data area passed to a system call is too small."
Log samba for that pc:
check_ntlm_password: Checking password for unmapped user [DOMAIN1]\[projcontrol.sect.head]@[NB110] with the new password interface
[2011/11/10 14:05:36, 3] auth/auth.c:225(check_ntlm_password)
check_ntlm_password: mapped user is: [DOMAIN1]\[projcontrol.sect.head]@[NB110]
[2011/11/10 14:05:36, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(99, 99) : sec_ctx_stack_ndx = 1
[2011/11/10 14:05:36, 3] smbd/uid.c:428(push_conn_ctx...
2011 Mar 18
1
time series from timed data
Hi,
I have data with multiple sub-second entries:
2011/03/15 09:32:15.035619,-0.403103,1.09664,48.6,126.92,117.32
2011/03/15 09:32:15.069331,-0.39851,1.09874,48.6,126.92,117.32
2011/03/15 09:32:15.289135,-0.402463,1.10084,48.59,126.92,117.32
2011/03/15 09:32:15.296110,-0.450244,1.10063,48.59,126.92,117.32
2011/03/15 09:32:15.451358,-0.438813,1.10273,48...
2011 May 16
1
Problem printing from one user only
...n could not be
completed (error 0x05). Access is denied."
as you can see, there's no mention of the word "denied" in the following
log, so I can't figure out where or why it's getting denied. I've
checked all my permissions repeatedly, and can find no problems.
[2011/05/15 14:41:13.466276, 3] smbd/process.c:1485(process_smb)
Transaction 1818 of length 2196 (0 toread)
[2011/05/15 14:41:13.466410, 3] smbd/process.c:1294(switch_message)
switch message SMBtrans (pid 6487) conn 0xb8fd6490
[2011/05/15 14:41:13.466457, 4] smbd/uid.c:257(change_to_user)
cha...
2012 Apr 16
0
Attachment
....
i couldnt attach the data in the mail, so i write it manually in text.
Datum Kurs
2004-12-21 -0,001648178
2004-12-22 -0,008336043
2004-12-23 -0,010219165
2004-12-27 0
2004-12-28 0
2004-12-29 0
2004-12-30 0
2005-01-07 0,013572807
2005-01-10 -0,013572807
2005-01-11 0
2005-01-12 0
2005-01-13 -0,005201194
2005-01-14 0,005201194
2005-01-17 0
2005-01-18 0
2005-01-19 -0,005201194
2005-01-20 0
2005-01-21 -0,008809521
2005-01-24 -0,008991925
2005-01-25 -0,005485898
2005-01-26 -0,014977156
2005-01-27 0
2005-01-28 0,007553138
2005-01-31 0
2005-02-01 0
2005-02-02 0,028963696
2005-02-03 0
2005-02-04 0
2005...
2011 Sep 18
5
Suddenly wine has a problem
Wine has been working perfectly over the last few months, and suddenly today I seem to be having this problem when I have not modified anything since the last time I sued wine.
I should also point out, I have made no configuration changes to wine to cause this issue. Does anyone have any advice on how I can fix the problem. Thanks
fixme:advapi:SetEntriesInAclA 1 0x33f73c (nil) 0x33f784
2011 Feb 14
3
how to order POSIXt objects ?
...I have pasted my example data below with a
list of R commands I have used. Any help or assistance would be appreciated.
> test2 <- read.csv("C:/Documents and Settings/Jonathan Cooke/My
> Documents/Downloads/test2.csv", sep=",")
> test2
DATE TIME
1 18/01/2011 08:00:01
2 18/01/2011 08:10:01
3 18/01/2011 08:20:01
4 18/01/2011 08:30:01
5 19/01/2011 08:00:01
6 19/01/2011 08:10:01
7 19/01/2011 08:20:01
8 19/01/2011 08:30:01
> test2$mytime <- strptime(test2$TIME,"%H:%M:%S")
> test2$mytime
[1] "2011-02-14 08:00:01" "2011-02-1...
2013 Apr 26
2
Remove reciprocal data from a grouped animal social contact dataset
...1 CO12
8 8 31/05/2012 06:11 194 CO1 CO12
9 9 31/05/2012 06:20 87 CO1 CO12
10 10 31/05/2012 06:24 12 CO1 CO12
11 11 31/05/2012 06:32 11 CO1 CO12
12 12 31/05/2012 06:40 227 CO1 CO12
13 13 31/05/2012 06:47 115 CO1 CO12
14 14 12/04/2011 13:39 109 CO1 CO15
15 15 12/04/2011 22:29 3 CO1 CO15
16 16 12/04/2011 22:45 44 CO1 CO15
17 17 12/04/2011 23:20 55 CO1 CO15
18 18 13/04/2011 02:50 58 CO1 CO15
19 19 13/04/2011 03:15 11 CO1 CO15
20 20 13/04/2011 05:38 65 CO1 CO15...
2011 Dec 14
1
Sampling data every third hour
Good Morning ,
I want to sample the following time series for every third hour. For example at 00:00,03:00,06:00,09:00 etc.
2011-01-01 00:00:00 0.000000e+00
2011-01-01 01:00:00 1.471667e+01
2011-01-01 02:00:00 1.576667e+01
2011-01-01 03:00:00 0.000000e+00
2011-01-01 04:00:00 0.000000e+00
2011-01-01 05:00:00 0.000000e+00
2011-01-01 06:00:00 0.000000e+00
2011-01-01 07:00:00 0.000000e+00
2011-01-01 08:00:00 0.000000e+00
2011-01...
2011 Jun 21
2
Machines randomly kicks out of the domain
...lse) on the client machine nor the samba server. The registry keys for SignOrSeal and StrongKey are already set correctly. I can't see any additional error
Maybe somebody faced the same problem and give me a hint. Thanks a lot.
Roland
The Full log for the login try of the machine is:
[2011/06/21 11:49:33.372812, 2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
init_sam_from_ldap: Entry found for user: MBBUCHHALTUNG04$
[2011/06/21 11:49:33.372837, 10] passdb/pdb_get_set.c:608(pdb_set_username)
pdb_set_username: setting username MBBUCHHALTUNG04$, was
[2011/06/21 11:49:33.372867, 11] pa...