search for: lundqvist

Displaying 20 results from an estimated 26 matches for "lundqvist".

2011 Jun 22
3
Documenting variables, dataframes and files?
.... Are there any better ways to do this within R? One possibility could be to set up the data as packages, but I would like to have a solution on a lower level, closer to data. I can't find any pointers in the standard manuals. Suggestions are most welcome. Robert ********************** Robert Lundqvist Norrbotten regional council Sweden [[alternative HTML version deleted]]
2006 Mar 02
4
Skip last NA's?
I wonder if anyone could help me find an expression for skipping the last missing values in a vector? The kind of material I have is something like x<-c(23,12,NA,23,24,21,NA,NA,NA) I would like to skip the last NA's, but not the ones in between other vallues. Any hints? (Why not do this by simply take x[1:6]? I have several vectors a couple of thousand observations long with varying
2006 May 30
3
Time rather than dates?
Using strptime() and other functions for dates has been very helpful with the kind of data I often work with. However, I haven't found out how time as such should be specified. All my attempts result in time *and* date: >treatment_time<-c("01:02:03","02:03:04") # hours:minutes:seconds >time.2<-strptime(treatment_time,format="%H:%M:%S") >time.2 [1]
2002 Feb 07
12
R graphs in LaTeX documents?
...9;t spent so much time trying to find out what goes wrong, but since there might both LaTeX gurus and R wizards among you, I simply thought it would be better to lean on that expertize first. Any suggestions about how to achieve what really should be a simple task? --robert **************** Robert Lundqvist Dept of Quality Technology & Statistics Lulea University of Technology Sweden -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscri...
2006 May 30
4
Add text/numbers to x axis?
Is there any simple way to add text to the x axis in R? I have tried to add simple characters in R without any greater sucess. As an example of what I want to do is the added C in the following "dumb" plot (produced with MacAnova using the option "dumb:T"): ++------+-------+------+-------+------+-------+------+-------++ 1+ :
2005 Sep 20
5
Add function to histogram?
Is there any neat way to add a curve (frequency function or the like) to a histogram or other plots? I haven't found one yet... Robert
2006 May 30
4
Automate concatenation?
I have this typical problem of joining a number of vectors with similar names - a1, a2,..., a10 - which should be concatenated into one. Using c(a1,a2,a3,a4,a5,a6,a,a8,a9,a10) naturally works, but I would like to do it with less manual input. My attempts to use paste() gives a vector of the vector names, see below. The question is how to do the the concatenation? Any suggestions?
2011 Aug 22
1
Using the ConText editor?
...valiable in the network, and there is some R support. Special commands are highlighted and such, but the most important part, sending commands writtten in a ConText window into R is something I haven't been able to do. Anyone who has tried and made it work? Robert ********************** Robert Lundqvist Norrbotten regional council Sweden [[alternative HTML version deleted]]
2002 Jan 31
2
Add item to scale?
...of "dnorm", I'd like to add some text to the x-axis, preferably with a corresponding tick mark. Imagine the typical \lambda demarcating a tail area. So far, I've only been able to add text in the plot region, not in the one of the axes. Suggestions? Robert **************** Robert Lundqvist Dept of Quality Technology & Statistics Lulea University of Technology Sweden -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscri...
2002 Jan 30
2
Shade area under curve?
...s under a curve. A suitable beginning seems to be the following: > plot(dnorm,-4,4) > segments(-4,0,4,0) > segments(-2,0,-2,dnorm(-2)) > segments(2,0,2,dnorm(2)) It is the area between -2 and 2 which I want to shade (or something similar). Hints anyone? Robert **************** Robert Lundqvist Dept of Quality Technology & Statistics Lulea University of Technology Sweden -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscri...
2016 Jan 07
2
LGPL relicense port of rsync
...ual contributors to rsync and then be able to contact them and ask them to agree to this and also verify their identity. I do however suspect this to be an almost impossible task... Is this as futile as it seems? ;) And is there a complete list of contributors available somewhere? thanks, -- Per Lundqvist
2006 Mar 08
1
info() function?
I would like to have some function for getting an overview of the variables in a worksheet. Class, dimesions, length, number of missing values,... Guess it wouldn't be that hard to set up such a function, but I guess there are others who have made it already. Or is it already a standard feature in the base package? Any suggestions? Robert
2013 Oct 21
1
use_safe_inc_flist not set for 3.1.0 client -> 3.0.9 daemon
...46:25.251082555 +1100 @@ -2477,6 +2477,8 @@ #ifdef ICONV_OPTION argstr[x++] = 's'; #endif + if (protocol_version == 30) + argstr[x++] = 'f'; } if (x >= (int)sizeof argstr) { /* Not possible... */ thanks, /Per Lundqvist
2016 Jan 08
0
LGPL relicense port of rsync
Am 07.01.2016 um 23:26 schrieb Per Lundqvist: > Hi, > > I am maintaining a port of rsync (https://github.com/perlundq/yajsync) > which is GPL:ed of course. The main purpose of the project is to > provide a Java API library for the rsync protocol. It would > therefore be really nice to be able to use LGPL as the license. >...
2016 Jan 09
3
LGPL relicense port of rsync
...col specification - but it would not be complete and I wouldn't be able to relicense my library to LGPL anyway. So I guess I have convinced myself that it is not worth the effort trying. Time is probably better spent coding ;) And that's OK too, it is not that big of a deal anyway. -- Per Lundqvist
2016 Jan 24
2
LGPL relicense port of rsync
...ld be if rsync would be split into a library part (LGPL) and application part (GPL). This could make the rsync protocol even more used. But again, it could be quite some substantial work, both coding (?) but also getting permissions from previous contributors to relicense the library part. -- Per Lundqvist
2016 Jan 24
0
LGPL relicense port of rsync
...tocol copyrighted or restricted by the GPL. Agreed, the protocol is not copyrighted but the code is, and the code the only specification there is at the moment. > As for why am I not on this list? It's been a long time! I just got > interested in other things. Thanks for input! -- Per Lundqvist
2003 Apr 24
1
Unable to create directory?
I have tried to install the pls.pcr package, but as a install newbie, I wasn't too successful. I tried the command "install.package("pls.pcr",lib="~/lib/R/",CRAN="http://mirrors.sunsite.dk/cran"). The download seemed to run smoothly, but in the end I got the response "ERROR: cannot write to or create directory '~/lib/R'" Before I try to get
2006 Apr 13
1
How does ccf() really work?
I can't understand the results from cross-correlation function ccf() even though it should be simple. Here's my short example: ********* a<-rnorm(5);b<-rnorm(5) a;b [1] 1.4429135 0.8470067 1.2263730 -1.8159190 -0.6997260 [1] -0.4227674 0.8602645 -0.6810602 -1.4858726 -0.7008563 cc<-ccf(a,b,lag.max=4,type="correlation") cc Autocorrelations of series 'X',
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
...tc/apparmor.d/usr.sbin.ntpd Marked as found in versions openntpd/20080406p-12. > tags 771589 + wontfix Bug #771589 {Done: Jonathan Wiltshire <jmw at debian.org>} [release.debian.org] unblock: openmpi/1.6.5-9.2 Added tag(s) wontfix. > notfixed 636463 vzctl-3.0.29-1 Bug #636463 {Done: Ola Lundqvist <ola at inguza.com>} [vzctl] vzctl: /etc/vz/dists/scripts/postcreate.sh randomises run-times in /etc/crontab, but not cron.d There is no source info for the package 'vzctl' at version 'vzctl-3.0.29-1' with architecture '' Unable to make a source version for version ...