Displaying 5 results from an estimated 5 matches for "s79".
Did you mean:
79
2017 Nov 14
0
Aggregating Data
R-Help
Please disregard as I figure something out, unless there is a more elegant
way ...
myData.sum <- aggregate(x =
myData[c("s72","s79","s82","s83","s116","s119")],
FUN = sum,
by = list(Group.date = myData$shortdate))
> head(myData.sum)
Group.date s72 s79 s82 s83 s116 s119
1 2016/10/03 75 74 36 33 96 10
2 2016/10/04 90 76 40 56...
2011 Sep 21
3
Reading data in lisp format
Hi,
I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library
http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening>
Could anyone help me?
Best
2017 Nov 14
0
Aggregating Data
R-Help
I created a "shortdate" for the purpose of aggregating each var (S72 .S119)
by daily sum , but not sure how to handle using a POSIXlt object.
> myData$shortdate <- strftime(myData$time, format="%Y/%m/%d")
> head(myData)
time s72 s79 s82 s83 s116 s119 shortdate
1 2016-10-03 00:00:00 0 0 1 0 0 0 2016/10/03
2 2016-10-03 01:00:00 0 0 0 0 0 0 2016/10/03
3 2016-10-03 02:00:00 0 0 0 0 24 0 2016/10/03
4 2016-10-03 03:00:00 1 0 0 0 0 0 2016/10/03
5 2016-10-03 04:00:00 0 0 0...
2013 Jan 14
1
I can not receive any mail
Hi everybody
I'm trying to set-up an IMAPS mail server using dovecot (version 2.1.7)
with virtual email accounts for my family. I have already ran through the mysql
phase of the virtual email configuration (and I'm quite confident it works well,
because I can send mails from the server using postfix to gmail, e.g.).
However, I am stucked configuring dovecot. I don't know why is
2004 Dec 20
4
Asterisk Fails To Start on Reboot Mysql
Apparently asterisk cannot reboot gracefully (unattended)
when using realtime....
MySQL RealTime: Failed to connect database server asterisk on 127.0.0.1.
Check debug for more info.
WARNING[3763]: MySQL RealTime: Couldn't establish connection. Check debug.
Since asterisk starts before mysql it will never start
any workaround for this?
g
Regards
Greg Cirino