Displaying 20 results from an estimated 45 matches for "naresh".
2011 Jul 19
1
Is libvirt supported on Citrix Xenserver?
...o this domain (frontend (domid=0 | kind=vbd | devid=51712); backend (domid=0 | kind=vbd | devid=51712)). Even a reboot of the machine didnt help.
Any pointers on the above 2 issues would be of great help.
Thanks in Advance!
Regards,
Sharmila
From: "G Naresh Kumar"naresh.gadepalli at gmail.com
Sent: Sat, 16 Jul 2011 16:55:16 +0530
To: Matthias Bolte matthias.bolte at googlemail.com
Cc: libvirt-users at redhat.com
Subject: Re: [libvirt-users] Is libvirt supported on Citrix Xenserver?
Hi Matthias,
>
Sorry for the confusion.It wa...
2010 Oct 22
4
502 bad gateway on nginx with recv() failed
...t of connections in
TIME_WAIT:
tcp 0 0 127.0.0.1:8141 127.0.0.1:54507
TIME_WAIT -
tcp 0 0 127.0.0.1:8141 127.0.0.1:57322
TIME_WAIT -
Fluctuating all the way from 20 to 800. A quick restart of nginx
tended to bring the number down.
-Naresh V.
2025 Jan 28
2
R CMD check says no visible binding for global variable
...nvironments? Setting it to NULL unconditionally could mess up some programs.
There are ways to set it conditionally and save the previous value and restore it after but this gets to be lots more work ...
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Naresh Gurbuxani
Sent: Tuesday, January 28, 2025 4:25 PM
To: Duncan Murdoch <murdoch.duncan at gmail.com>
Cc: r-help at r-project.org
Subject: Re: [R] R CMD check says no visible binding for global variable
This solution worked.
Thanks
Sent from my iPhone
> On Jan 28, 2025, at 3:09?PM, Duncan...
2025 Jan 28
2
R CMD check says no visible binding for global variable
..., once again helping strengthen ;)
John
Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of avi.e.gross at gmail.com <avi.e.gross at gmail.com>
Sent: Tuesday, January 28, 2025 12:01:25 AM
To: 'Naresh Gurbuxani' <naresh_gurbuxani at hotmail.com>; r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] R CMD check says no visible binding for global variable
Naresh,
I am not sure how you are creating your data.frame so it has no, I think, column names. There are two sc...
2025 Jan 28
1
R CMD check says no visible binding for global variable
This solution worked.
Thanks
Sent from my iPhone
> On Jan 28, 2025, at 3:09?PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> ?On 2025-01-28 1:55 p.m., Naresh Gurbuxani wrote:
>> Data.frame is returned by SQL query. It does have column names. In the function, I make small changes to some columns.
>> Something like:
>> Myquery <- ?SELECT date, price, stock FROM stocktab WHERE stock = ?ABC? AND date > ?2025-01-01?;?
>> Price...
2024 Sep 22
2
store list objects in data.table
...carsreg2 <- carsdt[, .(coef = list(coef(lm(mpg ~ disp + hp + wt))), rsq
= summary(lm(mpg ~ disp + hp + wt))$r.squared), by = .(cyl)]
Now if I want to also include F-statistic, it would require an
additional call to lm() and adding a column to above data.table.? Is
there a way to avoid this?
Naresh
On 9/22/24 2:00 AM, Bert Gunter wrote:
> Well, you may have good reasons to do things this way -- and you
> certainly do not have to explain them here.
>
> But you might wish to consider using R's poly() function and a basic
> nested list structure to do something quite similar...
2025 Jan 27
2
R CMD check says no visible binding for global variable
...which returns an SQL query result as a data.frame. Each column of data.frame is a variable not explicitly defined.
For every column name, R CMD check says ?no visible binding for global variable <name>. Status: 1 NOTE
Is it possible to tell R CMD check that these variables are OK?
Thanks,
Naresh
Sent from my iPhone
2025 Jan 28
1
R CMD check says no visible binding for global variable
On 2025-01-28 1:55 p.m., Naresh Gurbuxani wrote:
> Data.frame is returned by SQL query. It does have column names. In the function, I make small changes to some columns.
>
> Something like:
>
> Myquery <- ?SELECT date, price, stock FROM stocktab WHERE stock = ?ABC? AND date > ?2025-01-01?;?
>
> Pri...
2025 Jan 28
1
R CMD check says no visible binding for global variable
Naresh,
I am not sure how you are creating your data.frame so it has no, I think, column names. There are two scenarios including one where it is not really a valid data.frame and one where it can be handled before any other use as shown below. If it cannot be used, you might need to modify how your SQL...
2024 Sep 21
3
store list objects in data.table
...only the coeffients of the first regression. mydt[2,
2] has residuals of the first regression.? These are the first two
components of "lm" object.
mydt[1, myreg[[1]]]
#(Intercept)?????????? x
#?? 0.107245??? 1.034110
Is there a way to put full "lm" object in each row?
Thanks,
Naresh
2025 Jan 28
1
R CMD check says no visible binding for global variable
..., once again helping strengthen ;)
John
Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of avi.e.gross at gmail.com <avi.e.gross at gmail.com>
Sent: Tuesday, January 28, 2025 12:01:25 AM
To: 'Naresh Gurbuxani' <naresh_gurbuxani at hotmail.com>; r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] R CMD check says no visible binding for global variable
Naresh,
I am not sure how you are creating your data.frame so it has no, I think, column names. There are two sc...
2011 Jun 15
1
Is libvirt supported on Citrix Xenserver?
Hi,
Is libvirt supported on Citrix Xenserver. I have been searching for the same
with little/no luck.
If supported, can you point to some links/documents which can help me try
out the same.
Thanks,
Naresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110615/37e4df03/attachment.htm>
2023 Nov 18
1
combine barchart and xyplot in lattice
On Sat, 18 Nov 2023 at 06:44, Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote:
>
> In below graph, I would like to add two vertical lines using
> panel.abline(). Is this possible?
I assume you want the 'v' variable in panel.abline() to be interpreted
in the context of your x-axis, which here represent...
2024 Sep 22
1
store list objects in data.table
...ed [['s. For example:
result[[2]][[2]] ## the reg component of the degree 2 polynomial
## is the same as
result[[c(2,2)]] ## this is a bit easier for me to groc.
Again, feel free to ignore without replying if my gratuitous remarks
are unhelpful.
Cheers,
Bert
On Sat, Sep 21, 2024 at 2:25?PM Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote:
>
> I am trying to store regression objects in a data.table
>
> df <- data.frame(x = rnorm(20))
> df[, "y"] <- with(df, x + 0.1 * x^2 + 0.2 * rnorm(20))
>
> mydt <- data.table(mypower = c(1, 2), myreg =...
2024 May 09
2
Strange variable names in factor regression
On converting character variables to ordered factors, regression result
has strange names. Is it possible to obtain same variable names with
and without intercept?
Thanks,
Naresh
mydf <- data.frame(date = seq.Date(as.Date("2024-01-01"),
as.Date("2024-03-31"), by = 1))
mydf[, "wday"] <- weekdays(mydf$date, abbreviate = TRUE)
mydf.work <- subset(mydf, !(wday %in% c("Sat", "Sun")))
mydf.weekend <- subset(mydf, wday...
2025 Jan 29
0
R CMD check says no visible binding for global variable
Hi Naresh Gurbuxani,
There are already several answers dealing with the specific code that you wrote, but my reaction is to step back a little.
R CMD ? starts an R session but takes standard input from a file. (In Unix-like systems you might even be able to make an R script into an executable file.) I thin...
2010 Apr 20
1
Google Map Key Error
Hi All,
I am working on the google map application when I uploaded my files i
am getting the below error
The given key has gone over the requests limit in the 24 hour period
or has submitted too many requests in too short a period of time.
Please help me
Thanks in advance
With Regards,
Naresh Bonagiri
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsub...
2008 Mar 21
2
Xen info
Hi,
Could you let me know the any links or any pdf or books, which expains all
the variable we used for configuring xen domains.
Thanks in Advance
Regards,
Chandraprakash Naresh Gupta
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information conta...
2011 Jul 19
0
Is libvirt supported on Citrix Xenserver?
...connected to this domain (frontend (domid=0 | kind=vbd | devid=51712); backend (domid=0 | kind=vbd | devid=51712)). Even a reboot of the machine didnt help.
Any pointers on the above 2 issues would be of great help.
Thanks in Advance!
Regards,
SharmilaFrom: "G Naresh Kumar"naresh.gadepalli at gmail.comSent: Sat, 16 Jul 2011 16:55:16 +0530To: Matthias Bolte matthias.bolte at googlemail.comCc: libvirt-users at redhat.comSubject: Re: [libvirt-users] Is libvirt supported on Citrix Xenserver?Hi Matthias,
>
Sorry for the confusion.It was an edited one...
2023 Nov 18
1
combine barchart and xyplot in lattice
In below graph, I would like to add two vertical lines using
panel.abline(). ?Is this possible?
Thanks,
Naresh
mydf <- data.frame(hour = rep(6:20, 2),
traffic = c(round(dnorm(6:20, 9, 3) * 10000), round(dnorm(6:20, 17, 4) *
10000)),
direction = rep(c("inbound", "outbound"), c(15, 15)))
vehicles <- data.frame(hour = 6:20,
count = c(100, 120, 140, 125, 105, 80, 70, 75, 80, 100, 110...