Displaying 20 results from an estimated 300 matches similar to: "how to make R overlook string character"
2011 Jun 30
4
aggregating data
Hi,
I am interested in using the cast function in R to perform some aggregation. I did once manage to get it working, but have now forgotten how I did this. So here is my dilemma. I have several thousands of probes (about 180,000) corresponding to each gene; what I'd like to do is obtain is a frequency count of the various occurrences of each probes for each gene.
The data would look
2003 Dec 11
5
Yuck! Error in buffer handling
Hello.
Is this normal. Or does it mean there is a problem ?
-------------------------
stop now
Beginning asterisk shutdown....
Executing last minute cleanups
== Destroying any remaining musiconhold processes
Yuck! Error in buffer handling...: Connection reset by peer
Yuck! Error in buffer handling...: Broken pipe
Yuck! Error in buffer handling...: Broken pipe
Asterisk cleanly ending (0).
2009 Jul 16
0
how to group the output of aov by a variable?
Hi there,
I am new to R and have what seems to be a simple question. I put together
the following commands in order to run an anova on multiple different
variables at once:
for(i in 10:20)
{subj <- mydata[ which(lupi2$subject=='mas'),]
cat("****************ANOVA for variable:", names(subj[i]))
2018 Mar 16
3
R project global options file
Hello R-help,
I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or
2018 Mar 17
0
R project global options file
> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.friskin at qut.edu.au> wrote:
>
> Hello R-help,
> I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the
2002 May 26
2
Tru64 Samba queue display problem
Hi,
I'm having problems with the queue on a Tru64 box running Samba 2.2.4.
When the queue is viewed from a client machine it displays a print job with
fields equivalent to the first line the lpq command outputs.
For example, lpq returns:
# lpq -P itsgp_css1
crow.qut.edu.au: Tue May 14 09:23:54 2002:
no entries
Then if I get on a client machine (Win2k) and look at the queue there is a
2019 Apr 29
0
faI2ban detecting and banning but nothing happens
On 4/26/19 3:50 AM, Gary Stainburn wrote:
> I can't remember the other one. I have removed all of the manual amendments so am now basically set up as initially installed.
This is my process for fail2ban:
1: "yum install fail2ban"? This installs fail2ban and fail2ban-firewalld.
2: install /etc/fail2ban/jail.local.? This file enables the matching
rules in
2015 Mar 10
2
Fail2Ban Centos 7 is there a trick to making it work?
On Mon, March 9, 2015 13:11, John Plemons wrote:
> Been working on fail2ban, and trying to make it work with plain Jane
> install of Centos 7
>
> Machine is a HP running 2 Quad core Xeons, 16 gig or ram and 1 plus TB
> of disk space. Very generic and vanilla.
>
> Current available epel repo version is fail2ban-0.9.1
>
> Looking at the log file, fail2ban starts and stops
2004 Sep 05
1
Biased calculations from using rmultinom?
Dear R users,
This is a problem that has puzzled me for quite some time, and I wonder if
anyone could offer me an insight to what is happening?
I generated a multinomial matrix by using
A<-rmultinom(100,1,c(0.4,0.3,0.2,0.1), and multiply this matrix by a set of
values say B<-runif(n,100,50). I then calculate var(colSums(A*B)). I was
able to work out the theoretical mean of
2007 Jul 09
5
guest domain couldn''t be started
Hi,
I install a guest Fedora inside the host Fedora. When I use the
service xend status
to check the status of xend. It shows xend is running.
However when I use
xm create xen1
to start the guest domain xen1, it failed. The corresponding file xen1 is
in /etc/xen/xen1. The error msg is as follows:
[root@phillis xen]# xm create xen1
Using config file "./xen1".
Going to boot Fedora
1998 Nov 19
2
Re: ESS & R data import problems
I have a similar question, I know about --vsize, but I use R under Emacs
using ESS. I know there is an easy way to call R from ESS with command
line options but I don't remember how. I can't find help on this in ESS
documentation or in R documentation.
Could someone please remind me how this is done.
------------------------------------
| Robert Denham |
|
2003 May 21
1
inspect now available?
Dear All,
I am wondering if R now has a similar function to inspect in Splus? Someone post this question in 1999 and the answer was no, and I am wondering if this function has been developed in 2003?
Thanks for your attention.
**************************************************************************************
Steve Su (s.su@qut.edu.au)
PhD student.
School of Accountancy
2003 Mar 05
8
How to draw several plots in one figure?
Hey,
I want to draw several plots sequently, but have to make them dispaly in one
figure.
So how to achieve this?
Thanks.
Fred
2019 Apr 26
5
faI2ban detecting and banning but nothing happens
On Friday 19 April 2019 16:15:32 Kenneth Porter wrote:
> On 4/19/2019 5:30 AM, Gary Stainburn wrote:
> > I've followed one of the pages on line specifically for installing fail2ban on
> > Centos 7 and all looks fine.
>
> Which page? It would help to see what they advised.
> On Friday 19 April 2019 16:15:32 Kenneth Porter wrote:
> On 4/19/2019 5:30 AM, Gary Stainburn
2005 Jul 21
1
cut in R
Dear All,
I wonder whether it is still valid to use the following R code for cut. All I have done is changed:
if (is.na(breaks) | breaks < 2)
to:
if (is.na(breaks) | breaks < 1)
so that it covers interval of 1?
It seems okay for my purposes but I am not sure why R specifically does not allow break<2 to happen.
Steve.
cut.default<-
function (x, breaks, labels =
2004 Oct 19
3
matrix of eigenvalues
I thought that the function
eigen(A)
will return a matrix with eigenvectors that are independent of each
other (thus forming a base and the matrix being invertible). This
seems not to be the case in the following example
A=matrix(c(1,2,0,1),nrow=2,byrow=T)
eigen(A) ->ev
solve(ev$vectors)
note that I try to get the upper triangular form with eigenvalues on
the diagonal and (possibly) 1 just
2002 May 29
1
Shared dir permissions problems
Hi everyone,
We are having a ticklish problem with permissions on the swap, and other
shared directories on our new server... (Samba 2.2.3a domain server with
W2KPro clients.)
We set up a number of directories in home which are subsequently mapped on
the W2K clients.
The shared directories are where the problem is. It seems that when a file
is created, then the only user that can edit the
2006 Jul 10
1
R newbie
Hello,
I am new to R and still feeling my way thru it.
I am trying to plot the values from this file below on the X-axis of a plot. I
have attached the graph to the email...the one i am trying to recreate.
Exon start end
5'UTR 22540060 22540121
1 22540122 22540140
2 22540303 22540493
3 22541552 22541565
4 22542373 22542519
5 22544265 22544432
3'UTR 22544433 22544856
I would like to
2001 Nov 16
0
Data Structures
Hi all,
Thanks to everyone who replied to my change of case question... I doubt I
would have ever randomly guessed 'toupper' or 'tolower'.
I am trying to be cleaver[1] and make a flexible data structure in R. I
have a relatively large quantity of data that can be broadly grouped into
blocks/chunks which are identical in their form:
blockid = numeric
blocktype = string
1999 May 05
1
mathematical expressions in main
Hi
I've tried and tried and I presume it is very simple but .....
I want some varying titles for plots using greek symbols
eg using an expression like
for (true in c(0:5))
plot(...,main = expression(paste(phi," = ",true,sigma)),...)
where phi and sigma are greek symbols. Instead of \phi=2\sigma I get
\phi=true\sigma as true is taken as a text string - not a variable.
Any