Displaying 20 results from an estimated 49 matches for "tyagi".
Did you mean:
yagi
2013 Mar 21
3
(no subject)
Hi,****
** **
My name is Abhishek and I?m a 2nd year undergrad at Indian Institute of
Technology Roorkee. I've experience in programming (Java, C++, python) and
web development(PHP, javascript, jquery, CSS). I went through the project
ideas mentioned on your GSOC web page and found "Performance Test Suite" quite
interesting. Could I have more information about this project?
** **
2023 Mar 23
1
loess plotting problem
Thanks, John.
However, loess.smooth() is producing a very different curve compared to the
one that results from applying predict() on a loess(). I am guessing they
are using different defaults. Correct?
On Thu, 23 Mar 2023 at 20:20, John Fox <jfox at mcmaster.ca> wrote:
> Dear Anupam Tyagi,
>
> You didn't include your data, so it's not possible to see exactly what
> happened, but I think that you misunderstand the object that loess()
> returns. It returns a "loess" object with several components, including
> the original data in x and y. So if pass th...
2023 Mar 23
1
loess plotting problem
Dear Anupam Tyagi,
You didn't include your data, so it's not possible to see exactly what
happened, but I think that you misunderstand the object that loess()
returns. It returns a "loess" object with several components, including
the original data in x and y. So if pass the object to lines(),...
2024 Aug 09
1
WDI package commands timing out and not working
In the browser the link downloads immediately, in less than a second. I let
the command run in R for five minutes, using R Studio. Nothing happened.
On Fri, 9 Aug 2024 at 17:54, Ivan Krylov <ikrylov at disroot.org> wrote:
> ? Thu, 8 Aug 2024 12:43:23 +0530
> Anupam Tyagi <anuptyagi at gmail.com> ?????:
>
> > In open.connection(con, "rb") :
> > URL
> > '
> https://api.worldbank.org/v2/en/country/OED/indicator/NY.ADJ.NNAT.GN.ZS?format=json&date=1977:2020&per_page=32500&page=1
> ':
> > Timeout of 6...
2012 Feb 08
0
Ruby Developer position @ Columbia, SC
requirement for Ruby developer pls. sent your profile to:
anurag.tyagi-rbQqYLFhARb9KlshQS5ldvU/3Eu2kcEP@public.gmane.org
Location: Columbia, SC
Duration: 12 months+
Rate: $65/hr 1099/c2c
Required Skills:
RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND
WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X,
JSON, COMMAND LINE, SQL...
2023 Mar 23
2
loess plotting problem
For some reason the following code is not plotting as I want it to. I want
to plot a "loess" line plotted over a scatter plot. I get a jumble, with
lines connecting all the points. I had a similar problem with "lowess". I
solved that by dropping "NA" rows from the data columns. Please help.
library(stats)
attach(gini_pci_wdi_narm)
plot(ny_gnp_pcap_pp_kd, si_pov_gini)
2013 Apr 04
1
Fwd: Important: message being returned.
...ned.
To: anupamtg@gmail.com
Thank you for your inquiry. Miheer Kulkarni is no longer with the firm.
For immediate assistance, please contact Reception at +1-212-478-0000.
Sincerely,
The D. E. Shaw Group
-- 8< --- CUT HERE -------------------------- CUT HERE --- >8 --
From: Anupam Tyagi <anupamtg@gmail.com>
To: R help-list <r-help@r-project.org>
cc:
Subject: [R] MAS (non-parametric & semi-parametric) methods for survey &
longitudinal data
Is there a package that provides equivalents of MASS package, especially
non-parametric and semi-parametric...
2024 Aug 09
2
WDI package commands timing out and not working
? Thu, 8 Aug 2024 12:43:23 +0530
Anupam Tyagi <anuptyagi at gmail.com> ?????:
> In open.connection(con, "rb") :
> URL
> 'https://api.worldbank.org/v2/en/country/OED/indicator/NY.ADJ.NNAT.GN.ZS?format=json&date=1977:2020&per_page=32500&page=1':
> Timeout of 60 seconds was reached
If you try to...
2023 Jul 07
1
Plotting factors in graph panel
...probably only matter of your preference which one do you choose.
>
> Cheers
> Petr
>
>
> > -----Original Message-----
> > From: R-help <r-help-bounces at r-project.org> On Behalf Of Deepayan Sarkar
> > Sent: Thursday, July 6, 2023 3:06 PM
> > To: Anupam Tyagi <anuptyagi at gmail.com>
> > Cc: r-help at r-project.org
> > Subject: Re: [R] Plotting factors in graph panel
> >
> > On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi <anuptyagi at gmail.com> wrote:
> > >
> > > Btw, I think "lattice" graphics...
2023 Jul 07
1
Plotting factors in graph panel
...6, as.table = TRUE, grid = TRUE)
So it is probably only matter of your preference which one do you choose.
Cheers
Petr
> -----Original Message-----
> From: R-help <r-help-bounces at r-project.org> On Behalf Of Deepayan Sarkar
> Sent: Thursday, July 6, 2023 3:06 PM
> To: Anupam Tyagi <anuptyagi at gmail.com>
> Cc: r-help at r-project.org
> Subject: Re: [R] Plotting factors in graph panel
>
> On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi <anuptyagi at gmail.com> wrote:
> >
> > Btw, I think "lattice" graphics will provide a better soluti...
2023 Jul 06
2
Plotting factors in graph panel
On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi <anuptyagi at gmail.com> wrote:
>
> Btw, I think "lattice" graphics will provide a better solution than
> "ggplot", because it puts appropriate (space saving) markers on the axes
> and does axes labels well. However, I cannot figure out how to do it in
> &qu...
2006 Sep 11
9
rename cols
A quick question please!
How do you rename column names? i.e. V1 --> Apple; V2 --> Orange, etc.
thx much
ej
[[alternative HTML version deleted]]
2023 Jun 29
3
Plotting factors in graph panel
...t;,ylab="Percentage of group",xaxt="n")
> axis(1,at=1:5,labels=at_df$Income)
> legend(3,54,c("Bank_None","Bank_Current","Bank_Savings"),
> lty=1:4,lwd=3,col=1:3)
> dev.off()
>
> Jim
>
> On Wed, Jun 28, 2023 at 6:33?PM Anupam Tyagi <anuptyagi at gmail.com> wrote:
> >
> > Hello,
> >
> > I want to plot the following kind of data (percentage of respondents
> from a
> > survey) that varies by Income into many small *line* graphs in a panel of
> > graphs. I want to omit "No Answer&...
2006 Sep 13
0
Of fixed column format (and more fixed mindsets)
>
> Message: 107
> Date: Tue, 12 Sep 2006 05:25:09 -0400
> From: Michael Kubovy <kubovy at virginia.edu>
> Subject: Re: [R] Reading fixed column format
> To: Anupam Tyagi <AnupTyagi at yahoo.com>
> Cc: r-help at stat.math.ethz.ch
> Message-ID: <3EBEC9D3-559C-4607-838D-46042D36A3AA at virginia.edu>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> On Sep 12, 2006, at 2:47 AM, Anupam Tyagi wrote:
>
> > Jas...
2013 Apr 04
2
moderator has not updated email address: can not post to r-help
The list moderator has not updated email address from previous employer. i
can not post to r-help. Is there a way around this?
Anupam.
[[alternative HTML version deleted]]
2023 Jun 29
2
Plotting factors in graph panel
...uot;,xaxt="n")
axis(1,at=1:5,labels=at_df$Income)
plot(at_df[,"MF_Debt"],
type="l",lwd=3,main="MF_Debt",
xlab="Income",ylab="%",xaxt="n")
axis(1,at=1:5,labels=at_df$Income)
dev.off()
Jim
On Thu, Jun 29, 2023 at 1:49?PM Anupam Tyagi <anuptyagi at gmail.com> wrote:
>
> Thanks, Pikal and Jim. Yes, it has been a long time Jim. I hope you have
> been well.
>
> Pikal, thanks. Your solution may be close to what I want. I did not know
> that I was posting in HTML. I just copied the data from Excel and posted i...
2023 Jul 06
1
Plotting factors in graph panel
Btw, I think "lattice" graphics will provide a better solution than
"ggplot", because it puts appropriate (space saving) markers on the axes
and does axes labels well. However, I cannot figure out how to do it in
"lattice".
On Thu, 6 Jul 2023 at 15:11, Anupam Tyagi <anuptyagi at gmail.com> wrote:
> Hi John:
>
> Thanks! Below is the data using your suggestion. I used "ggplot" to make a
> graph. I am not too happy with it. I am looking for something simpler and
> cleaner. Plot is attached.
>
> I also tried "lattice&quo...
2006 Sep 26
2
colClasses: supressed 'NA'
Hi,
The colClasses seem to be supressing 'NA' vlaues. How do I fix this?
R script and first 5 lines of output is below.
File "test2.dat" has blanks that are read as "NA" when I do not use
'colClasses', but as blanks when I use 'colClasses'.
temp.df <- read.fwf("test2.dat", width=c(10,1,1,1,1,2,2,3,3,1),
2023 Jun 29
1
Plotting factors in graph panel
...e returns and spaces to organize the data, but I have a column of numbers that are not identified. The values below $10 do not make much sense compared to other values.
I am tired of guessing.
Tim
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Anupam Tyagi
Sent: Wednesday, June 28, 2023 11:49 PM
To: r-help at r-project.org
Subject: Re: [R] Plotting factors in graph panel
[External Email]
Thanks, Pikal and Jim. Yes, it has been a long time Jim. I hope you have been well.
Pikal, thanks. Your solution may be close to what I want. I did not know that...
2006 Oct 04
5
R Graphics: Saving PDF and other formats from Windows Graphic Device for LaTeX
Hello, I can't seem to save (or find the default location) when I use the Window
Graphic Device's pull down menu. It does not seem to save to the directory I
have set using "setwd(...)". How do I make the pull down menu's work?
What is the best format to save R graphics for inclusion into a LaTeX documents?
I will use PdfTex, or LaTeX -> PS -> PsToPdf to generate the