Displaying 20 results from an estimated 11000 matches similar to: "OpenBSD+ Wine"
2012 Sep 12
1
SNPRelate package error
Dear all,
I am using the R package SNPRelate but I found an error when I run the following command. Do you know what might be the problem? Thanks in advance.
> vcf.fn <- system.file("extdata", "sequence.vcf", package="SNPRelate")
> snpgdsVCF2GDS(vcf.fn, "test.gds")
Start snpgdsVCF2GDS ...
Open
2007 Feb 14
1
Following call forwards
I have a challenge that is ending up quite interesting. I need to
identify which SIP phone "touched a call last", that is, which phone did
the last transfer or dialed the original call if no transfers were
done.
It is easy in the case of a regular, non-transfered call. Just put
something in callerid= in sip.conf, and that will show up in
${CALLERID}. The same with an attended transfer,
2023 Apr 05
1
backup-begin
The reason given is shut off (crashed).
So something virsh backup-begin does is causing he guest to crash?
Den 2023-04-04 kl. 16:58, skrev Peter Krempa:
> On Tue, Apr 04, 2023 at 16:28:18 +0200, Andr? Malm wrote:
>> Hello,
>>
>> For some vms the virsh backup-begin sometimes shuts off the vm and returns
>> "error: operation failed: domain is not running"
2001 May 18
1
ICQ2000b
Have anybody been able to run ICQ2000b with wine? I need
this because I'm behand a firewall that won't accept UDP,
and as far as I know no ICQ-clone for linux can do only
tcp/ip as ICQ2000b
--
Jan-Fredrik Braseth www.ifi.uio.no/~janfbr/
2B|!2B
2001 Mar 19
3
3D plots
Hi all,
I've got at really basic Q for you all: How do I produce a 3D plot in R?
Like the one in the screenshot on the R-project wab-page.
What is the command?
/Fredrik
--
-----------------------------------------------------------------
Fredrik Karlsson, Research Student
Department of Philosophy and Linguistics
Ume? University
S-901 87 UME?
SWEDEN
Tel: +46 90 786 56 84 Web:
2013 Oct 05
1
OPUS implementation with FPGA
Just to make sure, what's the goal here? Is the goal 1) to have a fast
Opus implementation or are you 2) looking for an interesting FPGA
implementation project? If 1), then an FPGA is most likely not necessary
since Opus is not computationally expensive. If 2), then it depends on
the desired size of the project and the desired quality. The simplest
encoder possible is indeed simpler than the
2001 Mar 02
3
Post Hoc on repeated measures?
Hi all,
I'm a potential new user of R and have to know this before I start using it:
SPSS does not let you do a Post Hoc analysis on repeated measures data.
This is a problem for me, since that is what I will have to do.
Will R let me do this?
/Fredrik
--
-----------------------------------------------------------------
Fredrik Karlsson, Research Student
Department of Philosophy and
2010 Apr 11
2
".Rhistory in Mac OS X"
Dear R'ers,
I use
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
and
Mac OS X 10.5.8
and use to work in different dierectories. When doing so it appears as
if the .Rhistory file from my home directory always is loaded
even when I want the file from the directory where I'm working.
I have tried to fix it through preferences
2006 Jan 10
1
"Missing value representation in Excel before
I reproduce from memory my exhaustive look into this issue.
RODBC uses the Microsoft ODBC DLL's developed by Microsoft.
These DLL's perform an automatic determination of column type based on the contents of the first N rows of cells in each column, where N [0,16]. N may be set in the Windows system registry, and there are a few other things that may be set in the system registry which
2008 Oct 05
3
"Update in Mac OS"
Dear R-ers,
I'm using R 2.7.1 Mac OS. What is the best way for update to 2.7.2 to
keep my previous libraries?
Fredrik
########################
Fredrik Lundgren
fredrik.bg.lundgren at gmail.com
Obs! Ny adress och mail
Engelbrektsgatan 31
582 21 Link?ping
013 - 47 30 117
0706 - 86 39 29
Sommarhus: Ljungn?s 158
380 30 Rockneby
0480 - 650 98
2010 Mar 24
1
"methods with * how to see"
Dear R-gurus,
When I use methods(general method) I sometimes get 'sub-methods marked
with a *. How can see the code of such *-marked methods?
Sincerly Fredrik
########################
Fredrik Lundgren
fredrik.bg.lundgren at gmail.com
Engelbrektsgatan 31
582 21 Link?ping
tel 013 - 47 30 117
mob 0706 - 86 39 29
Sommarhus: Ljungn?s 158
380 30 Rockneby
0480 - 650 98
2008 Dec 16
2
"Dotted lines at the end of the KM-curve"
R-ers!
Referees demand that the line in the KM-curve should be changed to
dotted at the point where standarerror is <= 10 %. I don't think it's
a good habit but I urgently need to implement such a thing in R with
survfit, survplot or another program. They also want numbers at risk
below the curve
Some help, please....
Fredrik
########################
Fredrik Lundgren
2004 Mar 15
0
getting rid of "permission denied" partial transfer errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Ah, I see. Sounds like you're down to either running as root on both
> ends, or ignoring errors.
Hi,
I have the same problem as above senders.
I'm using SSH with a public backup-user key to poll data from a server
containing files with permissions I can't control.
Running the backup process as root is not an option.
2002 Sep 17
1
smbclient return status from shellscript?
Hi,
I hope this is the correct mailinglist for my question.
I've made a script that sends a file to a NT shared folder.
As long as I make a successfull connect, I get return status 0...
This is a problem, since now I can't make a correct errorhandling if
something goes wrong.
+/opt/samba-2.0.5a/bin/smbclient //mapa-lap/mapaPublic -E -d0 -I
XXX.YYY.ZZZ.WWW -n mapa-lap -N -U guest -c put
2013 Oct 05
0
OPUS implementation with FPGA
I'm not aware of an FPGA implementations yet. You could be the first!
An encoder implementation would be much easier, because there are almost no
rules about encoders. An encoder is free to behave any way it wants, so
you could implement a very small subset of Opus and still have a compliant
(and useful) encoder.
A decoder implementation would be much harder, because decoders are
required
2005 Aug 12
1
Concerning reading of SAS-files
Hi!
I'm trying to start a credibility estimation study with a coule of data
sets that are created for SAS. The data sets are saved as ".sas7bndx" and
".sas7bdat".
I've tried reading them to R with the function 'read.xport' but this
returns the error message 'Error in lookup.xport(file) : unable to open
file'.
Are there any other functions that one
2006 Dec 19
0
[LLVMdev] Books, papers and information
Hi Fredrik,
On Tue, 2006-12-19 at 15:13 +0100, Fredrik Svensson wrote:
> Hi,
>
> As Christmas approaches rapidly I would like to get some suggestions for
> interesting compiler books, papers and other type of information that one
> can read the few slow days over Christmas.
>
> Any recommendations ? I have the dragon book, but it would be fun to read
> something on what
2005 Aug 10
1
Not loading libraries
Dear list,
I have a bunch of libraries that are automatically loaded when I start
the R environment. How do I remove them?
Output:
fredrik at theodor:~/dokument/Thesis/Book$ make
Making file voicing.tex from voicing.Rnw
Loading Tcl/Tk interface ... done
Loading required package: tcltk
Loading required package: rgl
Loading required package: zoo
Loading required package: strucchange
Loading
2008 Jan 16
0
Exact wilcoxon may differ in R and SPSS/StatXact (due to round off in the latter pair)
Dear R-users,
If you use the exact Wilcoxon test in the coin package, I would like
make you aware of that SPSS/StatXact MAY perform a round-off before
doing their exact Wilcoxon-Mann-Whitney test (if you ever are unlucky
enough not to use R).
I have data from two treatments and was surprised to find that SPSS (15
under Windows) and R differed in their p-values (0.167 resp. 0.172). It
turns out
2010 Apr 04
2
"mantel.haenszel.test for trend in S-plus doesn't work i R"
Dear R'ers,
When I used S-plus i wrote a small program for a Mantel-Haenszel test
for trend (I think it worked). Unfortunately I can't get it working in
R.
It appears as if my use of 'el' is the problem but I can't sort it out.
Error in apply(array, c(, 2, 3), function(el) el * 1:s) :
argument is missing, with no default
Further down in the program I use 'el'