Displaying 20 results from an estimated 73 matches for "kapoor".
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
...admx (141.214.137.139)
transfer interrupted (code 3) at flist.c(812)
I had to change [cdrive] from path = "c:\" to path = c: to get rid of
'@ERROR: chdir failed' error.
I am getting close but still need some help. Thanks in advance.
Nishi
> -----Original Message-----
From: Kapoor, Nishikant X
[SMTP:Nishikant.X.Kapoor@xcelenergy.com]
> Thanks for the help. I did go through quite a few docs but could not
> figure that out. Thanks again.
>
> However, after setting [cdrive], I am getting the following error:
>
> admx::nkapoor> rsync -v guest@testor::cdriv...
2001 Dec 01
3
include/exclude ?
All,
Could someone please help me resolve this:
[admx:test] $ ls
ERR01 ah01 ah02 an01 an02 mp01 mp02
[admx:test] $ ls {an,mp,ERR}*
ERR01 an01 an02 mp01 mp02
I want to rsync only the "{an,mp,ERR}*" files across using the following
command but do not see the expected results.
[admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2001 Dec 18
2
--size-only ?
-I, --size-only
Normally rsync will skip any files that are already the
same length and have the same time-stamp. With the --
size-only option files will be skipped if they have the
same size, regardless of timestamp. This is useful when
starting to use rsync after using another mirroring
system which may not
2004 Jan 05
0
No subject
...0 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
"Kapoor, Nishikant X" <Nishikant.X.Kapoor@xcelenergy.com>
11/16/2001 07:06 AM
To: Tim Conway/LMT/SC/PHILIPS@AMEC
cc: rsync@lists.samba.org
Subject: RE: Secure connection to testor refused !
Classification:
Thanks for the help. I did go throug...
2009 Sep 22
0
Xnest unable to connect with firewall enabled (possible bug with 5.3)
...king seamlessly with 5.2 but
not with 5.3
I am using this command to connect to the remote X-server.
Xnest :1 -geometry 800x600 -query *<ip-address-of-X-server>*
Can anyone confirm the same behavior? Or shall I file the bug in bugzilla?
Sid
On Tue, Sep 22, 2009 at 10:06 AM, Sid Kapoor <sidkapoor2000 at gmail.com>wrote:
> Hi Nate,
>
> Thnx for the reply, but I want to connect through Xnest itself... Any clues
> ?
>
> Sid
>
>
> On Mon, Sep 21, 2009 at 8:21 PM, nate <centos at linuxpowered.net> wrote:
>
>> Sid Kapoor wrote:
>>...
2001 Nov 16
3
Secure connection to testor refused !
...ying to backup a file from my NT machine onto AIX machine. Here
is the setup:
NT machine (testor): rsync is in c:\Rsync\rsync.exe and is running as a
daemon. (I created a service for Rsync first).
AIX machine (admx): rsync -v
rsync version 2.3.1 Copyright Andrew Tridgell and Paul Mackerras
admx::nkapoor> telnet testor 873
Trying...
Connected to testor.
Escape character is '^]'.
@RSYNCD: 24
So, the rsync daemon seems fine on testor but the problem occurs when I
try this:
admx::nkapoor> rsync -v -e ssh --rsync-path=c:/rsync/rsync.exe
guest@testor:"c:/Temp/pix.log" ....
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
...y these sizes arbitrary (even using smaller
> steps and ratios differing from 16/9) depending on the aims to be
> reached.
> - It is also possible to specify different units (pt = points, in =
> inches...)
>
> Yours.
> Olivier.
>
> On Sat, 18 Nov 2023 09:53:19 +0530 Ashim Kapoor <ashimkapoor at gmail.com>
> wrote:
>
> > Dear Olivier,
> >
> > Many thanks for your reply.
> >
> > This works well for me.
> >
> > How did you come up with the pagewidth / pageheight numbers? I do
> > understand that their ratio = 16:9,...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
And indeed again (I did not understand your previous question exactly
at first), the 'hard-coded' definition of a landscape a4 sheet would
therefore be:
paperwidth=29.7cm, paperheight=21cm
Olivier.
On Sat, 18 Nov 2023 13:20:49 +0530
Ashim Kapoor <ashimkapoor at gmail.com> wrote:
> Dear Olivier,
>
> Many thanks for your reply.
>
> Very cool.
>
> You know what I thought ? I thought you had modified the A4 sheet size
> to compute the paperheight and paperwidth ?
>
> I wonder if that's another way o...
2018 Jan 07
0
SpreadLevelPlot for more than one factor
Dear All,
we need to do :
library(car) for the spreadLevelPlot function
I forgot to say that.
Apologies,
Ashim
On Sun, Jan 7, 2018 at 10:37 AM, Ashim Kapoor <ashimkapoor at gmail.com> wrote:
> Dear All,
>
> I want a transformation which will make the spread of the response at all
> combinations
> of 2 factors the same.
>
> See for example :
>
> boxplot(breaks ~ tension * wool, warpbreaks)
>
> The closest I can...
2023 Jun 08
1
Cryptic error from stargazer
On Thu, 08 Jun 2023, Ashim Kapoor writes:
> Dear All,
>
> I had done an automatic upgrade of my Debian 10 system which had also
> upgraded R.
>
> I reinstalled the stargazer package and the error went away.
>
> Query : Do I need to reinstall all packages with each upgrade of R ?
>
> Best,
> Ashim...
2018 Jan 07
2
SpreadLevelPlot for more than one factor
Dear All,
I want a transformation which will make the spread of the response at all
combinations
of 2 factors the same.
See for example :
boxplot(breaks ~ tension * wool, warpbreaks)
The closest I can do is :
spreadLevelPlot(breaks ~tension , warpbreaks)
spreadLevelPlot(breaks ~ wool , warpbreaks)
I want to do :
spreadLevelPlot(breaks ~tension * wool, warpbreaks)
But I get :
>
2009 Aug 16
2
challenge in using layout with r bind function
Hi
Can any one explain how i can divide the graphic window
into two rows and two columns -- allocate figure 1 all of row 1 and
allocate figure 2 the intersection of column 2 and row 2
Actually through above also want to understand the use of rbind() function
that is used in call to layout()
Thanks in advance for help and time
Regards
ravi
[[alternative HTML version deleted]]
2018 Jan 14
1
SpreadLevelPlot for more than one factor
...fects, and (a) and (b) visualize
main effects, the latter only because the data are balanced.
Best,
John
-------------------------------------
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
Web: http://socserv.mcmaster.ca/jfox/
On 2018-01-09, 10:18 AM, "Ashim Kapoor" <ashimkapoor at gmail.com> wrote:
>Dear Sir,
>
>
>Many thanks for your reply.
>
>
>I have a query.
>
>
>
>I have a whole set of distributions which should be made normal /
>homoscedastic. Take for instance the warpbreaks data set.
>
>
>
>...
2018 Apr 18
3
Understanding which
Dear All,
Here is a reprex:
> x<- 1:100
> x[-which(x>100)]
integer(0)
In words, I am finding out which indices correspond to values in x which
are greater than 100 ( there are no such items ) . Then I remove those
indices. I should get back the x that I started with since there are no
items in x which are bigger than 100 . Instead, it is returning an empty
vector.
Why is this ?
2018 Jan 07
2
SpreadLevelPlot for more than one factor
...rpbreaks) .
I hope this helps,
John
-----------------------------
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
Web: socialsciences.mcmaster.ca/jfox/
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Ashim
> Kapoor
> Sent: Sunday, January 7, 2018 12:08 AM
> To: r-help at r-project.org
> Subject: [R] SpreadLevelPlot for more than one factor
>
> Dear All,
>
> I want a transformation which will make the spread of the response at all
> combinations of 2 factors the same.
>
> See...
2023 Jun 08
1
Cryptic error from stargazer
Dear All,
I had done an automatic upgrade of my Debian 10 system which had also
upgraded R.
I reinstalled the stargazer package and the error went away.
Query : Do I need to reinstall all packages with each upgrade of R ?
Best,
Ashim
On Thu, Jun 8, 2023 at 11:11?AM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
>
> Dear All,
>
> Here is my reproducible example:
>
> > library(stargazer)
>
> Please cite as:
>
> Hlavac, Marek (2018). stargazer: Well-Formatted Regression and
> Summary Statistics Tables.
> R package version 5.2.2....
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...cm and I found it was ok.
- But one may vary these sizes arbitrary (even using smaller
steps and ratios differing from 16/9) depending on the aims to be
reached.
- It is also possible to specify different units (pt = points, in =
inches...)
Yours.
Olivier.
On Sat, 18 Nov 2023 09:53:19 +0530 Ashim Kapoor <ashimkapoor at gmail.com>
wrote:
> Dear Olivier,
>
> Many thanks for your reply.
>
> This works well for me.
>
> How did you come up with the pagewidth / pageheight numbers? I do
> understand that their ratio = 16:9,
> but how did you choose these numbers?
>...
2018 Jan 09
0
SpreadLevelPlot for more than one factor
...---------------------
> John Fox, Professor Emeritus
> McMaster University
> Hamilton, Ontario, Canada
> Web: socialsciences.mcmaster.ca/jfox/
>
>
>
> > -----Original Message-----
> > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Ashim
> > Kapoor
> > Sent: Sunday, January 7, 2018 12:08 AM
> > To: r-help at r-project.org
> > Subject: [R] SpreadLevelPlot for more than one factor
> >
> > Dear All,
> >
> > I want a transformation which will make the spread of the response at
> all
> > combinati...
2007 Dec 09
3
Barchart, Pareto
Hello
Well I am relatively new so some of these issues may not fall under the subject that I have used.
1. How do I do a Pareto. Following is the approach I took.
My data looks like this
df2_9
Reaason.for.failure Frequency
1 Phy Conn 1
2 Power failure 3
3 Server software 29
4 Server hardware 2
5 Server out of mem 32
2007 Dec 10
2
Tutorial for Basic Stats
Thanks in advance - am looking for a Tutorial for doing basic stats. I have already looked/looking at the R-intro.pdf at the R site.
Regards
BK
[[alternative HTML version deleted]]