Displaying 20 results from an estimated 100 matches similar to: "R usage for log analysis"
2005 Nov 14
1
Curve fitting tutorial / clue stick?
Working through the R archives and webspace, I've mostly proved to myself that
I don't know enough about what statisticians call "Curve Fitting" to even
begin translating the basics.
I'm a sysadmin, and have collected a variety of measurements of my systems,
and I can draw pretty pictures in R showing what has happened. People are
happy, customers feel empowered. Whee!
2005 Sep 08
2
Time Series Analysis: book?
There has been a few questions on the subject lately.
Is there any book on the subject, if possible with a computer processing flavor,
that you would highly recommend?
Many thanks in advance,
--
Jean-Luc
2005 Sep 07
1
irregular time series prediction
Hello.
This is my first post, so allow me to introduce myself.
But first, I'd like to thank all the authors and contributors to the R software,
as I think that it is truly a great and very useful package.
I am the author of moodss, a GPL modular monitoring application
(http://moodss.sourceforge.net). Moodss collects, archives in a SQL database
and displays data from monitored devices,
2007 Jan 21
1
sequential processing
Like many others, I am new to R but old to SAS.
Am I correct in understanding that R processes a data frame in a
sequential ly? This would imply that large input files could be
read, without the need to load the entire file into memory.
Related to the manner of reading a frame, I have been looking for the
equivalent of SAS _n_ (I realize that I can use a variant of which to
identify an index
2005 Sep 16
1
Pasting into Tk table widget?
I'm working on a matrix editor using the Tk table widget, and it is almost
done. It slices, dices, etc., and it can paste into Excel from an R session
running on Linux. What I don't know how to do is paste from Excel into a Tk
table, and Google is not helping me. Can anyone lend me a clue?
Jeff
2005 Sep 19
3
waveform filtering
I'm not an engineer so I hope I'm using the correct terminology here. I
have a recorded waveform that I want to apply low and high pass filters
too, are tehre already R functions existing to do this or am I going to
have to program my own?
thanks for any pointers
tom
2005 Nov 28
1
AIC and BIC from arima()
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
My ultimate goal is to best fit time series by comparing AICs and BICs
(as in Bayesian) from arima() and nnet().
I looked at the arima.R source code, but I am afraid I do not
understand it.
What I only miss really is the number of parameters p, where: AIC =
n*log(S/n) + 2*p
with S the squared residuals and n the number of observations.
Can I get p
2007 Jul 17
3
logical operators priority
Dear R-users,
I haven?t found rules for logical operators. I need to select data according
the following rule:
Condition A & (Condition B | Condition C) How should I write it?? Is
Condition A & Condition B | Condition C correct or will R execute (Condition
A & Condition B) | Condition C ?
Thanks for your help.
Delphine Fontaine
Delphine Fontaine
Statistician
Statistics
2017 Oct 05
4
dealing with a messy dataset
dear R-users,
I am facing a quite regular and basic problem when it comes to dealing
with datasets, but I cannot find any satisfying answer so far.
I have a messy dataset of galaxies like that :
And XVIII 000214.5+450520 0.69 17 9 0.00 -8.7 26.8 6.44
6.78 < 6.65 -44 0.5 MESSIER031 0.6 1.54
PAndAS-03 000356.4+405319 0.10 17 0.00 -3.6 27.8
4.38
2017 Dec 04
3
problem with the behaviour of dashed lines in R plots
dear R users,
I am performing a linear regression with lm, and I would like to plot
the regressor in dashed lines. I know that the lty=2 option is the way
out, but it has a very strange behaviour: the line starts dashed but
then the spaces between each dash becomes very tiny and so the line
become somehow continuous for the human eye. Do you know how to fix that
problem, in order to have a
2017 Oct 05
0
dealing with a messy dataset
Is this a fixed width format?
If so, read.fwf() in base, or read_fwf() in the readr package will solve the problem. You may need to trim trailing spaces though.
B.
> On Oct 5, 2017, at 10:12 AM, jean-philippe <jeanphilippe.fontaine at gssi.infn.it> wrote:
>
> dear R-users,
>
>
> I am facing a quite regular and basic problem when it comes to dealing with datasets,
2008 Jan 08
2
problem when extacting columns of a data frame in a new data frame
Dear R-users,
I would like to create a new data frame composed of 2 columns of another
data frame. But it does not give me what I want...
> casesCNST[1:10,]
case X1 X2 X3 X4 expected
1 A1 0 0 0 0 E
2 A2 0 0 0 1 C
3 A3 0 0 0 2 C
4 A4 0 0 0 3 C
5 A5 0 0 0 4 C
6 A6 0 0 1 0 C
7 A7 0 0 1 1 C
8
2017 Dec 04
1
problem with the behaviour of dashed lines in R plots
hi Sarah,
Thanks a lot for having taken time to answer me and for your reply. I
wonder how I missed this solution. Indeed plotting the line with the 2
extreme data points works perfectly.
Best,
Jean-Philippe Fontaine
On 04/12/2017 18:30, Sarah Goslee wrote:
> It's because you are plotting a line between each of the points in
> your data frame, and they are very close togethe
2017 Oct 05
3
dealing with a messy dataset
dear Jim,
Thanks for your reply and your proposition.
I forgot to provide the header of the dataframe, here it is:
================================================================================
Byte-by-byte Description of file: lvg_table2.dat
--------------------------------------------------------------------------------
Bytes Format Units Label Explanations
2005 Oct 08
2
No incoming calls from chan_capi 0.6
Hello,
I'm trying to use the version 0.6 of chan_capi-cm for outgoing calls it
works perfectly but for incoming calls it doesn't work.
I tried to set an extension to dial my from-pstn context and it works.
So I think there's a problem with my capi.conf or something...
Here's a debug when calling
-- CONNECT_IND
(PLCI=0x101,DID=9100,CID=46720XXXX,CIP=0x4,CONTROLLER=0x1)
2020 Apr 03
4
Mounting CIFS shares on C8
Exactly the same... ???
[root at plexvm ~]# mount -t cifs //192.168.1.200/mp3 /home/plex/Musique
--verbose -o username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0
mount.cifs kernel mount options:
ip=192.168.1.200,unc=\\192.168.1.200\mp3,vers=3.0,user=plex,domain=DERWAEL,pass=********
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept
statistical analyses performed with R ?
Delphine Fontaine
2006 Sep 12
1
server linux
Hello
I am the administrator of a server linux with 25 clients.
Lasdt year : no problem.
Each children saves files in the same directory on the server.
But now, the teachers want that the children have different directories.
Then 600 children have a directory on the server and each directory is secured by a password.
When they want to save a file on the server, a lot of them may not open their
2017 Oct 05
1
dealing with a messy dataset
dear Jim,
Yes I fixed the problem. Thanks again all of you for your contribution!
This worked :
start <- c(1, 20, 35, 41, 44, 48, 53, 59, 64, 70, 76, 78, 83, 88,
+ 93, 114, 122, 127)
data1<-read_fwf("lvg_table2.txt",skip=70, fwf_widths(diff(start)))
Well now I know how to deal with fixed-width files :)
Cheers
Jean-Philippe
On 05/10/2017 18:42, jim
2017 Dec 04
0
problem with the behaviour of dashed lines in R plots
Hi,
It's because you are plotting a line between each of the points in
your data frame, and they are very close together:
> cbind(df1$B,predict(regressor,df1))
[,1] [,2]
1 1.410832 -13.96466
2 1.589383 -15.21169
3 1.446662 -14.21491
4 1.488665 -14.50826
5 1.487035 -14.49687
6 1.497347 -14.56890
7 1.458070 -14.29458
8 1.568134 -15.06328
9 1.543364 -14.89029
10 1.513473