Displaying 20 results from an estimated 4000 matches similar to: "KDE frontend (PR#1384)"
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel
Version: 1.3.1
OS: Linux
Submission from: (NULL) (65.184.214.9)
[ This bug report has previously been filed as #116701 in the
Debian Bug Tracking System. --edd ]
From: Egon Willighagen <egonw@sci.kun.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: r-gnome: plots go blank directly after R is finished plotting
Date: Mon, 22 Oct
2002 Oct 14
4
log10(), floor() combo issue?
Hi all,
in my search for a nice binary2decimal method, I received this nice
code (thanx to Uwe Ligges):
bindec <- function(b)
sum(as.integer(unlist(strsplit(b, ""))) * 2^(floor(log10(b)):0))
It fails, however, with:
> bindec(1000)
[1] 4
Warning message:
longer object length
is not a multiple of shorter object length in:
as.integer(unlist(strsplit(b, "")))
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
2005 Apr 24
5
"Debain" way of installing packages
Hello!
I use Debian GNU/Linux at work and I really like apt-get tool. As far as
I understand the whole picture, there are now some Debian packages of R
packages. Build of Debian packages is done automagically by Perl script.
By the way, what is the status of Debianizing R packages? Is it stopped,
just holded, ... I don't know so I am asking
There is also Bioconductor and I am aware that the
2000 Jul 13
2
Programming puzzle...
Dear R guru's,
I'd like to sort the columns of a matrix according to the elements in the
first row, and in case of a tie according to the second row, etc.
In case of a 3xn matrix woppa, something like
colorder _ order(woppa[1,], woppa[2,], woppa[3,])
I just cannot seem to find a way to do this for a variable number of rows,
e.g. if woppa has 10 or 15 rows I now manually cut and paste to
2010 May 05
1
member server, doesn't show full browse list
Hello,
I don't know how to put this on words, so maybe an example is better:
On a PDC:
zoolook at venkman:~$ smbclient -L localhost -U%
Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
IPC$ IPC IPC Service (venkman server (Samba,
2016 Nov 25
27
[Bug 98852] New: Nvidia graphics card fan not running or to slow, danger of overheating
https://bugs.freedesktop.org/show_bug.cgi?id=98852
Bug ID: 98852
Summary: Nvidia graphics card fan not running or to slow,
danger of overheating
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2003 Jul 24
1
pls regression - optimal number of LVs
Dear R-helpers,
I have performed a PLS regression with the mvr function from the pls.pcr package an I have 2 questions :
1- do you know if mvr automatically centers the data ? It seems to me that it does so...
2- why in the situation below does the output say that the optimal number of latent variables is 4 ? In my humble opinion, it is 2 because the RMS increases and the R2 decreases when 3 LVs
2003 Sep 11
3
Rgui access violation
Dear All;
While using EMclust() in the mclust package, I frequently
encountered a program error. A message window popped up with the message "
Rgui.exe has generated errors and will be closed by Windows. You will need
to restart the program. An error log is be created."
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
2007 Feb 21
1
Performance Problems while reading
Hi all
We are using a 2 node cluster with drbd 8 (primary/primary state) and
ocfs2. Reading a file on one node while it will be written on the other
node is very slow. Reading a file on node while it will be written on
the same node is fast.
In the first case the node which wants to read the file has to ask the
other to downgrade the locklevel. In my opinion this is a bottleneck, if
the files are
2003 Nov 20
6
best editor for .R files
Which is the best editor for .R files?
I currently use kate on my linux as it has R highlighting and allows me to
split the window into two: in one I edit the .R file and in the other I have
a shell so I run R and can easily copy and paste the code. There are some
features that I don't like and I am having a look on some alternatives.
I've heard wonders of emacs with ess but I am a
2002 Feb 14
1
Subsets in mclust
Dear group,
I want to use the mclust package on large data, and therefore I want to use
a subset in the initial clustering phase. From help(mclust):
k: If `k' is specified, the hierarchical clustering phase will
use a sample of size `k' of the data in the initial
hierarchical clustering phase. The default is to use the
entire data set.
m2 is a
2001 Mar 15
12
Balancing ip traffic over two or more internet (adsl) connections
Hi.
I''ve got here the following configuration:
(turn on fixed pitch font to be able to see the scheme in a more
accurately way)
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.0.0/24) (192.168.0.229) NAT
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.1.0/24) (192.168.1.229) NAT
[if doesn''t really
2000 Dec 10
7
load balance/redundancy
I have looked through the archives, and I can''t find the answer(not that
it isn''t there)
I have two connections to the net. I want load balancing and redundancy.
cable adsl
(24.141.) (64.229)
| |
| |
| |
| |
------------
| linux |
|redhat 7.0|
I have no idea were to even start. I would like equal access to both
connections.
2003 Jan 14
3
PLS regression?
Hi all,
I would like to do some QSAR analysis (quantitative structure activity
relationship). I need to use some Partial Least Squares (PLS) regression,
but I have not seen this option on the R-project. Is it possible to do this
kind of regression on R?
thank you in advance
best regards,
olivier
[[alternate HTML version deleted]]
2015 Sep 25
4
VLIW support
Kun,
Thanks for the reply. I looked at it, but wasn't able to find where actual
instruction bundling takes place, i.e. where exactly in the code they pack
instruction into a single bundle. Do you know where it is done? I would
really appreciate any pointers.
Thanks.
On Fri, Sep 25, 2015 at 4:37 PM, Kun Ling <kunling at lingcc.com> wrote:
> Hi Rail,
> For the VLIW support,
2000 Dec 04
4
Load Sharing PPP Connections on an Masqed LAN
Hi, can anyone help me with this problem i''ve got!
I have a problem with routing on my Mandrake 7.2 Linux Box i was wondering if you could help me with. I live
in Australia and as broadband access isn''t very available at the moment, i have 2 modems to dialup to my isp
(dynamic ips assigned) to increase my bandwidth at an affordable level. What currently happens is i have a
2002 Apr 15
6
two questions
The first: if I have a vector as (1,1,3,2,1,1), which is the command that
gives all the positions of the min value? From the vector of the example a
would like to obtain a new vector as (1,2,5,6) that give me all the
positions of the minimum value 1.
The second: if I have a matrix "A" and I want to obtain a new matrix
deleting a column or a row of A, what have I to do?
Thank you.
2001 Apr 29
4
Rgui crash (PR#926)
Full_Name: Byron Ellis
Version: 1.2.3
OS: Windows 2000 Server
Submission from: (NULL) (140.247.105.95)
In Rgui when attempting to resize the console the system locks for a second
(cursor locks up, etc) and then either returns to normal for a second before
crashing or just crashes when we start moving again (the former happens more
often when making things bigger, the latter when the console is