Displaying 20 results from an estimated 201 matches for "mohan".
Did you mean:
johan
2010 Nov 09
2
help to merge two data frame if name matches
Dear All,
I have two data like this :
$cat main.csv
name,id,memory,storage
mohan,1,100.20,1.10
ram,1,200,100
kumar,1,400,50
xxx,1,100,40
aaa,1,800,45
mount,1,200,80
> main <- read.csv(file='main.csv',sep=',' , header=TRUE)
> main
name id memory storage
1 mohan 1 100.2 10
2 ram 1 200.0 100
3 kumar 1 400.0 50
4...
2013 Aug 27
6
Scale of axis for two data sets
...39;t show plots properly. It seems like the second plot draws properly
but doesn't match the y-axis scale.
IfI separate the plots into two 'R' files I get it correctly.
How do I used the same y-axis scale(Kbytes) but also plot RSS against rNo.
Hope I am not confusing this.
Thanks,
Mohan
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any for...
2002 Oct 01
1
ssh with iptables and equalize
...u [128.2.11.201] port 22.
debug1: temporarily_use_uid: 500/100 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 500/100 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/mohan/.ssh/identity type -1
debug1: identity file /home/mohan/.ssh/id_rsa type -1
debug1: identity file /home/mohan/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_2.5.2p2
debug1: match: OpenSSH_2.5.2p2 pat
OpenSSH_2.5.0*,OpenSSH_2.5.1*,OpenSSH_2.5.2*
Enabling co...
2013 Nov 01
2
Replace element with pattern
...the entire rows using
apply( y, 1, function(x) gsub(x,"Current.*?[/|]",x)) which didn't work.
How is this done ? I also want to recursively apply some more patterns one
by one on the rows till I reduce it to exactly what I want. Is there a way
to do this without loops ?
Thanks,
Mohan
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form...
2010 Nov 09
4
help to add a new column filled with value 1
Dear All,
I have a data frame with 5 column and 201 row data. I want to add one
more column between column 1 and 2 with value of 1. So the new column
has to be the second column filled with 1. Any help will be
appreciated.
Thanks for your time.
Thanks & Rg
Mohan L
2009 Mar 11
4
R-help: grep in for loop using index - doesn't work
Hi everyone
I am trying to use grep in a for loop to compare a string value. It works
if I use
the actual index value but when I use the for loop index, it doesn't work.
Any suggestions plz.
Here is the code:
data <- read.table(file="Sigmoid.csv", head=FALSE, sep=",");
c1 <- data$V1
c2 <- data$V2
c3 <- data$V3
c1data <- data.frame(c1);
c2data <-
2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
...tall clean
Afterall completion of build, still IPSec support is
not appearing in the system. Suggest me,is there any
configuration or modifications need to be done?
Please, anyone give me some suggestion to enable IPSec
support on FreeBSD.
Any Help will be very much appeciated..
Thanx,
Regards,
Mohan..
________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
2017 Aug 11
1
EOF within quoted string
...got it.
munged <- data[, unlist(lapply(data, function(x) !all(is.na(x))))]
munged <- munged[-1,]
munged$text <- apply( munged[ , c(3:ncol(munged)) ] , 1 , paste0 , collapse = " ")
munged <- munged[,c("V1","V2","text")]
print(head(munged$text))
Mohan
From: Adams, Jean [mailto:jvadams at usgs.gov]
Sent: Thursday, August 10, 2017 8:03 PM
To: Radhakrishnan, Mohan (Cognizant) <Mohan.Radhakrishnan at cognizant.com>
Cc: R help <r-help at r-project.org>
Subject: Re: [R] EOF within quoted string
You might want to try some of the suggestio...
2010 Nov 07
3
help to sum up data frame
...0 0.00 0.00
d 1 30.00 17.14
I want to sum up the similar name into one row, like :
name ip Bsent Breceived
a 6 2.43 20.83
b 9 28.40 26.72
c
d
I need help to sum up. Thanks for your time.
Thanks & Rg
Mohan L
2010 May 01
1
Re :reading large file
On Sat, May 1, 2010 at 11:02 AM, Mohan L <l.mohanphy@gmail.com> wrote:
> Hi All,
>
> I am new to R and the mailing list.
>
> I have a data file (.xls) format with little bit large (16 column,35000
> rows ) data file. I am trying to read this file for calculation. I have
> converted the file into .csv format...
2009 Mar 16
2
plot lines at 0,0 axis
Hii
I am trying to plot lines at (0,0) axis where my scatterplot goes
between positive n negative values for x and y axis
i can plot point using points(0,0) but if i want to draw lines
along it, can't seem to get it right
Mohan
2002 Nov 05
0
[leaf-user] RE: CF Boot media creation
...butter. syslinux did not complain at all. I did an xcopy /s of my D: (hard
disk) to my C:(CF) and a reboot saw my machine happily boot from the CF.
Now that I'm home, I'm puzzled why it did not work when my hard disk was c:
and cf d:!
Any pointers from the syslinux group on this please?
Mohan
-----Original Message-----
From: Luis.F.Correia [mailto:Luis.F.Correia at seg-social.pt]
Sent: 05 November 2002 16:28
To: 'S Mohan'
Cc: leaf-user at lists.sourceforge.net
Subject: RE: [syslinux] CF Boot media creation
You have replied to the wrong list :)
Btw,
Do this, boot with a dos f...
2017 Aug 10
0
EOF within quoted string
You might want to try some of the suggestions mentioned in this post:
https://stackoverflow.com/q/17414776/2140956
Jean
On Thu, Aug 10, 2017 at 7:59 AM, <Mohan.Radhakrishnan at cognizant.com> wrote:
> Hi,
>
> Reading http://ssc.wisc.edu/~ahanna/20_newsgroups.csv after downloading
> it using
>
> data <- read.csv("20_newsgroups.csv",header=TRUE)
>
> throws this.
>
> Warning message:
> In scan(file, what, nma...
2007 Jul 26
5
ROC curve in R
Hi,
I need to build ROC curve in R, can you please provide data steps / code
or guide me through it.
Thanks and Regards
Rithesh M Mohan
[[alternative HTML version deleted]]
2013 Sep 20
1
Averate memory usage trend
...e. Will
there be an error margin if I have combined totals like this ?
Sample data :
Private Shared RAM used Program
4.0 MiB 3.3 MiB 7.2 MiB httpd (11)
3.3 MiB 3.0 MiB 6.3 MiB httpd (9)
4.2 MiB 3.3 MiB 7.5 MiB httpd (12)
Thanks,
Mohan
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any for...
2017 Aug 10
2
EOF within quoted string
...far, Morgan and Guzman helped to lead the Cubs at top in ERA, even better than THE rotation at Atlanta. Cubs ERA at 0.056 while Braves at 0.059. We know it is early in the season, we Cubs fans have learned how to enjoy the short triumph while it is still there.
Thanks,
Mohan
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use,...
2002 Nov 05
1
[leaf-user] RE: CF Boot media creation
Hi,
I had the same problem last week. I got it work when I
used an old syslinux (the one from Daschtein Utils).
I think that the problem is with newest version of
syslinux, but could get confirmation from the syslinux
group.
Nick
"S Mohan" wrote:
>
> I'm home at last. I did a mixture of things. I
> downloaded DOS6.22 floppy
> from putergeeks.com, extracted my old syslinux 1.75
> (dos version) into the
> same boot floppy and made my CF /dev/hda1 as suggested
> by Luis (Hail O
> King - my saviour). L...
2011 Sep 08
2
pie chart
...UK 12
3 Ind 4
4 Germany 14
5 France 8
I want to draw pie chart for the above data.
How to split rawdata into :
con <- c("US","UK","Ind","Germany","France");
total <- (10,12,4,14,8)
Any help will be appreciate.
Thanks & Rg
Mohan L
2010 Nov 06
1
Help required to remove \\N
Dear All,
I have .csv file it looks like this :
rawdata <- read.csv(file='/home/Mohan/Rworks/tmp/VMList_User.txt',sep='\t'
, header=FALSE)
> head(rawdata,n=5)
Tenant Domain Owner Current State
1 \\N ROOT admin Running
2 \\N ROOT admin Stopped
3 \\N ROOT admin Running
4...
2007 Oct 18
4
exporting service on multiple wan
Hi all,
I''ve a routing problem. I''m setting up a router based on debian (kernel
2.4).
I need to setup routing to export an ftp service (ftp server is in dmz)
to 2 wan (both).
I setup prerouting ad forward rule with no problem.
The problem is that reply packet use default gateway (default wan) even
though they are enter using the other wan.
I solved it marking packets in input