Displaying 20 results from an estimated 1200 matches similar to: "avarage my data each hour"
2012 Nov 06
0
Fwd: Average my data each hour
---------- Forwarded message ----------
From: B. Bahar <bahar.612000@gmail.com>
Date: Tue, Nov 6, 2012 at 7:57 PM
Subject: avarage my data each hour
To: r-help@r-project.org
Hello,
I have much more than one milion tempreture is gained each 15 seconds. So
each 15 seconds, I have one data.
How could I calculate avarage datas in each hour in R?
If you could help me.
[[alternative HTML
2012 Aug 13
2
one problem
Dear Mr/Mrs
I need to generate a random data only with (0.23, 0.56, 0.45, 0.85, 0.7)
with known mean, SD, correlation length, in a matrix 50*50. I know R coeds
but in this case,
I could not find to generate only with finite numbers that I have. Please
guide me .
Best Regards
Nooshin
[[alternative HTML version deleted]]
2005 Sep 22
0
High CPU Time an Load Avarage on our Samba Server
Hello list,
how could this happen?
The Server doesn't respond from time to time with a high load avarage.
We found a suspicious smbd process:
top - 13:43:07 up 1 day, 2:27, 5 users, load average: 32.49, 58.41, 37.95
Tasks: 1196 total, 5 running, 1190 sleeping, 0 stopped, 1 zombie
Cpu0 : 14.7% us, 3.8% sy, 0.0% ni, 79.8% id, 1.3% wa, 0.0% hi, 0.3% si
Cpu1 : 1.3% us, 84.6%
2019 Jul 22
3
Dovecot Director upgrade from 2.2 to 2.3
Il 18/07/19 21:42, Timo Sirainen ha scritto:
> On 18 Jul 2019, at 11.44, Alessio Cecchi via dovecot
> <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>> Hi,
>>
>> I have a setup with 3 Dovecot Director v2.2.36 and
>> director_consistent_hashing = yes ;-)
>>
>> Now I would like to upgrade to 2.3.7, first only Director
2007 Nov 29
2
How to take the ave of two rows in a data frame
> Dear list,
> I have a data frame like:
>
> > log2.ratios[1:3,1:4]
> ID a1 a2 a3
> 1 GS1-232B23 -0.0207500 0.17553833 0.21939333
> 2 RP11-82D16 -0.1896667 0.02645167 -0.03112333
> 3 RP11-62M23 -0.1761700 0.08214500 -0.04877000
> 4 RP11-62M23 0.2761700 -0.15214500 -0.05877000
>
the 3rd and
2009 Mar 29
1
problems importing file
hi ladies and gentlemen of the R community.
i'm federico an italian student of statistics and i've got an issue to submit to you:
i've got a huge file.txt replenished of blank values (over a milion of them).
by importing it into R the read.table() function higlights missing objects per row and declares an error.
there's any way i can detail into the read.table() function to
2016 Apr 20
2
Link using a linker script
For example something like STARTUP (
http://wiki.osdev.org/Linker_Scripts#STARTUP) is not accepted by the LLVM
LLD. :-/
On Wed, Apr 20, 2016 at 9:08 PM, Sky Flyer <skylake007 at gmail.com> wrote:
> Yeah I found it, that's nice. Thanks a milion.
> Could you please tell me how can I specify my bootstrap (startup code) in
> the linking process?
>
>
> On Wed, Apr 20, 2016
2009 Jul 23
2
apache redirect rule
Hello guys,
sorry for this OT, but It seems that I am a very stupid :(.
I want to achieve one simple think in apache 2.2.
If users will type extensions.polarion.com I want to redirect him to
extensions.polarion.com/polarion/extensions However there are
following rules that apply
1) extensions.polarion.com is an virtual host alias to
community.polarion.com . There is a definition inside virtual
2013 Jan 04
1
SpatialPolygon with the max value gets no color assigned in spplot function when using "at" parameter
Hi,
I would like to do coloring of map regions based on the region values
"weight". The approach I am taking is first to break regions into equal
intervals,
classIntervals(spdf$weight,4)$brks #4 intervals in this case
and coloring all regions within the interval with the same color
col = brewer.pal(4,"RdYlGn"))
The max "weight" is as well the boundary of the
2019 Mar 03
2
bug: sample( x, size, replace = TRUE, prob= skewed.probs) produces uniform sample
When `length( skewed.probs ) > 200' uniform samples are generated in R-devel.
R-3.5.1 behaves as expected.
`epsilon` can be a lot bigger than illustrated and still the uniform distribution is produced.
Chuck
> set.seed(123)
>
> epsilon <- 1e-10
>
> ## uniform to 200 then small
> p200 <- prop.table( rep( c(1, epsilon), c(200, 999-200)))
> ## uniform to 201
2010 Sep 16
2
use same breaks and colors, but the displayed scale are different-image.plot()
Hi all,
I want to put several figures in a one figure for easy comparison, so i
need to use the same methods to plot these figures. The following is an
example. I also list my method, but it does not work.
#Example data
x<- 1:10; y<- 1:10; z<- outer( x,y,"+");z2<- outer( x,y,"-")
#Quick view them
image.plot(x,y,z) #relatively larger value
image.plot(x,y,z2)
2007 Sep 27
5
New R website: R-Cookbook.com
R Community,
I've put together a website that I thought this mailing list might be
interested in: http://www.r-cookbook.com
It's a (free) community-driven content management system for R
"recipes", or working examples. Some of the features of the site are
code highlighting, recipe ratings, recipe comments, personal "recipe
boxes" to save your favorite
2012 Oct 17
2
loop of quartile groups
Greetings R users,
My goal is to generate quartile groups of each variable in my data set. I
would like each experiment to have its designated group added as a
subsequent column. I can accomplish this individually with the following
code:
brks <- with(data_variables,
cut2(var2, g=4))
#I don't want the actual numbers, I need a numbered group
data$test1=factor(brks,
2012 Aug 20
2
colorful plot
Hello guys,
I want to increase contrast of colors in my matrix plot.
I attached final plot with heatmap.
How I could increase contrast with 9 kind of color.
Thanks
Nooshin
[[alternative HTML version deleted]]
2004 Jul 24
2
acl handling on delete (performance problem)
Hi all,
I'm debugging a performance problem for a client. Needless to say, the
organisation of their data is such that this problem is really annoying.
Here's the situation:
Samba 3.0.x PDC in a mixed 9x/nt/xp environment, using acls. When trying to
delete a large number of folders from a folder, the 'preparing to delete'
stage takes about half hour.
It's simple to repeat:
2006 Nov 07
2
wrong fill colors in polygon-map
Dear all,
I would like to produce a map with information about the patenting
activity in German districts, by coloring districts with different
degrees of patenting activity in different colors. I work with the
packages maptools, maps and spdep. The map data is read from an external
.shp file (+ the corresponding .shx and .dbf files). Plotting a map with
the IDs or the patenting indicator itself
2009 Dec 04
1
cycling k times a realization of a random walk.....problems..
hello R-masters.
i have an R-issue here that i don't know if you'd wish to help me? about it:
briefly i'd like to generate many (say hundred) realizations of a random walk, execute a few operations on each of them (mean time of return), and graph each realization on the same plot.
IN OTHER WORDS I'D LIKE TO IMPOSE A LOOPING CYCLE TO THE COMMAND NOT THE ARGUMENT OF THE COMMAND.
2011 Nov 29
1
Hmisc break points error
I am making frequency histograms using the histbackback function on my 2
datasets. However when I try to use the brks function:
foo<-histbackback(log(fie11),
log(fie86),ylim=c(0,9),probability=FALSE,axes=TRUE,ylab=("log10 Parcel
Size"),brks=16)
The graphic results in a 'NA' label for the y axis (no intervals are
returned)
Also when I use 'summary(foo)' the
2009 Jun 26
1
predicted values after fitting gamma2 function
Question: after fitting a gamma function to some data, how do I get
predicted values? I'm a SAS programmer, I new R, and am having
problems getting my brain to function with the concept of "object as
class ...". The following is specifics of what I am doing:
I'm trying to determine the pdf from data I have created in a
simulation.
I have generated frequency counts
2009 Jan 20
3
Dovecot optimisation
Hello all.
We start to use Dovecot at our email production but it runs not such
fast as we expect.
We use Dell 2950 with 4GbRAM at FreeBSD-7.0-p9 - load avarage never
upper a 0.5
We have about 500 clients most of it use Outlook 2007 via IMAP.
We run in this problems:
1) Sync of imap folder is really slow(I think it is Outlook problem)
2) Time after time we got Sync error from outlook
3) Time