Displaying 20 results from an estimated 9000 matches similar to: "how to show date with this subset"
2007 Mar 28
2
aggregating data with Zoo
Is there a way of aggregating 'zoo' daily data according to day of week? eg
all Thursdays
I came across the 'nextfri' function in the documentation but am unsure how
to change this so any day of week can be aggregated.
I have used POSIX to arrange the data (not as 'zoo' series) according to day
of week, but am curious if I've missed if a similar option available
2007 Feb 22
2
Is there better alternative to this loop?
Dear List,
Thanks to those who helped with my enquiry a few days ago.
I have a another question on loops, in this case I am trying to print out
the row of a data frame if the previous 3 values (daily values) in col5 are
in descending order. I have this loop which works, but ask whether this can
be done differently (without conventional loop) in R:
flag="T"
d= 3 # d represents
2007 Jun 08
4
match rows of data frame
Hi R-experts,
I have a data frame (A) , and a subset (B) of this data frame. I am trying
to create a new data frame which gives me all the rows of B, plus the 5th
next row(occuring in A). I have used the below code, but it gives me all 5
rows after the matching row. I only want the 5th.
FiveDaysLater <- A[c(sapply(match(rownames(B),rownames(A)), seq,
length=6))),]
Any guidance much
2007 Feb 19
2
help with loop over data frame
Dear List,
This may be the fifth time Ive tried to send this to the list so apologies
if there are multiple emails.
I need some help getting started with this problem. I have a data frame
containing a year of daily stock prices in the following format:
Date Open High Low Close
1/15/2000 10 11 8 10
1/16/2000 12 12 10 11
etc..
I want to create a new
2007 May 28
2
Yearly statistics
Dear R-experts,
Sorry if I've overlooked a simple solution here. I have calculated a
proportion of the number of observations which meet a criteria, applied to
five years of data. How can I break down this proportion statistic for each
year?
For example (data in zoo format):
open high low close hc lc
2004-12-29 4135 4135 4106 4116 8 -21
2004-12-30 4120 4131
2006 Dec 10
1
using zoo for daily stock prices
Hi all,
Please forgive this newbie posting to the list for the first time if I
haven't followed proper procedure. I have read through many of the archives
and find them most useful in learning R.
I have ten years daily data (stock closing prices) which I read in zoo
format. I am having problems coding R to run a count of how many days in
each month have a price higher than the first day
2007 Mar 02
1
extracting data from zoo series
Dear List,
Sorry if I'm overlooking something simple here but I have gotten a bit
tangled.
I am trying to print the next five values(with their dates), which occur
after a certain condition is met.
I have a series of data in zoo format, call it "A". From this series I have
created a subset (also in zoo format) based on a certain condition, call
this series "B".
I
2007 Jun 01
1
aggregate in zoo
Hi R-experts,
Thanks very much to Jim Holtman and Gabor on my previous question.
I am having another problem with data manipulation in zoo. The following is
data (Z) for first business day of every month in zoo format. I am trying to
get mean of "open" for each year. I subset Z <- Z[,2] then
> sapply(split(Z, format(index(Z), "%Y")),mean)
I get error message:
2019 Aug 23
2
Problem with sync user account from Samba Master to Samba Slave
Hello,
i?ve Samba 4.7 with domain controller with 3 servers, 1 master (samba-ad) and two slaves (samba-slave1) and (samba-slave2). The problem is when create user account from "samba-ad? this account not sync to slave, but i create the account on "samba-slave1" or "samba-slave2? this is sync on all server.
Samba version
[???????.]
root at samba-ad:~# samba -V
Version
2014 Feb 15
0
Emne: Eaton Powerware 5110 - some stats not reported
2014-02-13 6:55 GMT+01:00 Alf H?gemark <alf at i100.no>:
> Hi
>
Hi Alf,
> On
> http://nutwiki.kanonbra.com/wiki/Category:Eaton_Powerware_5110
cool thing!
But duplicating the NUT Device Dumps Library [1].
The DDL can also serve both users and developers purposes, by providing
these dumps as .dev files (usable with dummy-ups).
I'm looking for someone to help me completing
2010 Aug 09
1
suggestion for ?factor
Hi Folks.
May I suggest a small addition to ?factor -- this is not explicit
about how to force the ordering of levels in an ordered factor.
One can guess it, but I think it would be a good idea to spell it out.
For example, one can do:
X <- c("Alf","Bert","Chris","Dave")
F <-
2004 May 16
2
cdr-csv / Zaptel BRI / full number not stored (missing leading zeroes)
Hi,
I'm using a ZaptelBRI card. It works fine.
But I have a small problem with call logs.
The leading zeroes of the external calling party are not stored (e.g. : 0140302010 will be stored as 140302010).
Same for international numbers for which "00" will be stripped out.
I would not mind if the cdr record would give me an indication of the call's origin (national or
2002 Jun 28
1
Bug in AFS token forwarding
There is a bug in the code for getting AFS tokens in function
send_afs_tokens() in sshconnect1.c
Here is how the bug manifests itself:
If I have an AFS token that is still valid _and_ one that was valid but
is now expired then AFS token forwarding ignores both tokens instead
of forwarding the still valid one.
I can reproduce this problem on Red Hat Linux 7.2 systems with
OpenSSH-3.4p1 (and
2013 Sep 19
2
How to find out the output of "upsc" for each UPS model supported by NUT ?
On 07/07/2013 10:03 PM, Charles Lepple wrote:
> On Jul 7, 2013, at 6:09 AM, Alf H?gemark wrote:
>
>> Do other NUT users miss knowing exactly how the upsc output will look for a UPS model ?
>> Does anyone have opinions on where we could record such information ? Should it be one page per model, or one page per driver with a section for each model ?
> It would be nice to collect
2014 Feb 15
1
Emne: Eaton Powerware 5110 - some stats not reported
On Feb 15, 2014, at 12:54 PM, Arnaud Quette wrote:
> 2014-02-13 6:55 GMT+01:00 Alf H?gemark <alf at i100.no>:
>> Hi
>
> Hi Alf,
>
>> On
>> http://nutwiki.kanonbra.com/wiki/Category:Eaton_Powerware_5110
>
> cool thing!
> But duplicating the NUT Device Dumps Library [1].
> The DDL can also serve both users and developers purposes, by providing
2013 Aug 08
0
HP R1500 G3 problems
On 08/08/2013, at 18.58, Alf H?gemark <alf at i100.no> wrote:
> On 08/07/2013 02:02 PM, Bendtsen, Jon wrote:
>> On 07/08/2013, at 13.40, Jan Phillip Greimann <jg at softjury.de> wrote:
>>
>>> Hi there,
>>>
>>> OS: (L)ubuntu 12.04 precise LTS
>>> Nut: 2.6.3-1ubuntu1.1
>>> Installation Method: Package (apt-get install nut)
2014 Feb 13
3
Emne: Eaton Powerware 5110 - some stats not reported
Hi
On
http://nutwiki.kanonbra.com/wiki/Category:Eaton_Powerware_5110
you can see what is reported. The unreleased part refers to v2.7.1, which is now released.
Alf
Greg Vickers <daehenoc at iinet.net.au>:
>Hi all,
>
>I've hooked up an Eaton Powerware 5110 to Ubuntu 13.10 server, and
>configured nut appropriately. The cgi scripts are working fine, but on
2013 Jul 02
2
bcmxcp: Patch for adding ups.load and battery.voltage.low
Hi
I have the following UPS :
ups.mfr: Eaton
ups.model: POWERWARE UPS 500i
ups.power.nominal: 500
It is using the bcmxcp_usb driver.
I started the driver with debug options, and noticed the following for
the meter map :
0.475625 0027 0000 51 output.frequency
0.475634 0028 0004 51 input.frequency
0.475641 0033 0008 51 battery.voltage
2020 Jan 10
2
samba domain member strange behavior lost users and shares
On 10.01.20 10:30, Rowland penny via samba wrote:
> On 10/01/2020 09:01, basti via samba wrote:
>> Hello,
>> my samba domain member file server do some strange thinks.
>>
>> First of all Version 4.9.5-Debian and smb.conf is this:
>>
>> [global]
>> ??? workgroup = SAMDOM
>> ??? security = ADS
>> ??? realm = SAMDOM.EXAMPLE.COM
>>
2013 Jul 02
0
bcmxcp: Patch for adding ups.load and battery.voltage.low
tisdagen den 2 juli 2013 20.24.47 skrev Alf H?gemark:
> Hi
>
Hi Alf,
> I have the following UPS :
> ups.mfr: Eaton
> ups.model: POWERWARE UPS 500i
> ups.power.nominal: 500
>
> It is using the bcmxcp_usb driver.
>
> I started the driver with debug options, and noticed the following for
> the meter map :
>
> 0.475625 0027 0000 51