Displaying 20 results from an estimated 600 matches similar to: "Regarding R"
2003 Mar 26
1
nls
Hi,
df <- read.table("data.txt", header=T);
library(nls);
fm <- nls(y ~ a*(x+d)^(-b), df, start=list(a=max(df->y,na.rm=T)/2,b=1,d=0));
I was using the following routine which was giving Singular Gradient, Error in
numericDeriv(form[[3]], names(ind), env) :
Missing value or an Infinity produced when evaluating the model errors.
I also tried the
2003 Feb 19
1
nls
Hi,
I am using nls library
df <- read.table("data.txt", header=T);
library(nls);
fm <- nls(y ~ a*(x+d)^(-b), df, start=list(a=max(df->y,na.rm=T)/2,b=1,d=0));
coef(fm);
q();
When i am using the above routine i am getting the following error
Error in nlsModel(formula, mf, start) : singular gradient matrix at initial
parameter estimates
Can some one help me in this.
2003 Jan 30
0
Re: Regarding Installation
Its possible to corrupt the binary if you actually open it in a browser,
and the browser tries to display it, and then you save it.
Have you tried right-clicking on the link to download it?
Robert.
On Thu, 30 Jan 2003, saicharan komanduru wrote:
> Hi,
> I copied the binary setup file for windows. I tried
> to install but it says the binary is corrupted. I
> tried getting the files
2011 Jun 09
1
NFS problem
Hi,
I got the same problem as Juergen,
My volume is a simple replicated volume with 2 host and GlusterFS 3.2.0
Volume Name: poolsave
Type: Replicate
Status: Started
Number of Bricks: 2
Transport-type: tcp
Bricks:
Brick1: ylal2950:/soft/gluster-data
Brick2: ylal2960:/soft/gluster-data
Options Reconfigured:
diagnostics.brick-log-level: DEBUG
network.ping-timeout: 20
performance.cache-size: 512MB
2003 Jan 30
3
Regarding Installation of R
Hi,
I am trying to install R on Windows. I copied the set
up binary. But it is corrupted on all the mirror
sites. Please let know an alternative for getting the
software.
Thanks,
Sai
2013 Aug 08
2
not able to restart the brick for distributed volume
Hi All,
I am facing issues restarting the gluster volume. When I start the volume
after stopping it, the gluster fails to start the volume
Below is the message that I get on CLI
/root> gluster volume start _home
volume start: _home: failed: Commit failed on localhost. Please check the
log file for more details.
Logs says that it was unable to start the brick
[2013-08-08
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All,
I m having a strange problem with the Ogg-Vorbis writting code. The code
I m using to write is skipping some samples at the end of the file. For
example I m converting the 10000 sample .wav file ( 441000 sample rate ,
16 bit depth , stereo ) to ogg format. But while reading the ogg file I
only find 5824 samples in the ogg file. Can any one suggest what could
be wrong in the code. Is
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All,
I m having a strange problem with the Ogg-Vorbis writting code. The code
I m using to write is skipping some samples at the end of the file. For
example I m converting the 10000 sample .wav file ( 441000 sample rate ,
16 bit depth , stereo ) to ogg format. But while reading the ogg file I
only find 5824 samples in the ogg file. Can any one suggest what could
be wrong in the code. Is
2012 Aug 17
1
RGDAL OGRwrite question
I have a quick question: It appears that in rgdal v0.7-12 (R version
2.15.1, OSX 10.6.8) writeOGR will not write a shapefile the the
current directory. Is this correct? An earlier version of rgdal must
have allowed this because I have a older script that used to work, but
doesn't now.
So, as an example, here is what I get today:
> shape = readOGR('.',
2005 Sep 03
5
Asterisk Community Participant; Katrina Refugee
Hi All,
My family and I are doing well. Thank you all for your prayers.
We are using this as an opportunity to rebuild. I didn't think I really needed to but God knows best and we will obey.
My family and I will temporarily be in Lafayette, Louisiana for a while but will probably relocate to Houston, TX in the future. We already have my Daughter registered in school here.
Lafayette is my
2013 Jul 12
4
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
The Call for Proposals for the 2013 Linux Plumbers Virtualization
Microconference is now open. This uconf is being held as part of Linux
Plumbers Conference in New Orleans, Louisiana, USA September 18-20th and
is co-located with LinuxCon North America. For more information see:
http://www.linuxplumbersconf.org/2013/
The tentative deadline for proposals is August 1st. To submit a topic
please
2013 Jul 12
4
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
The Call for Proposals for the 2013 Linux Plumbers Virtualization
Microconference is now open. This uconf is being held as part of Linux
Plumbers Conference in New Orleans, Louisiana, USA September 18-20th and
is co-located with LinuxCon North America. For more information see:
http://www.linuxplumbersconf.org/2013/
The tentative deadline for proposals is August 1st. To submit a topic
please
2010 Apr 01
3
Using GIS data in R
I have a simple problem: I need to load a ERSI shapefile of US states
and check whether or not a set of points are within the boundary of
these states. I have the shapefile, I have the coordinates but I'm
having a great deal of difficulty bringing the two together. The
problem is the various GIS packages for R do not play well with each
other. sp, shapefiles, maptools, etc all use different
2017 Jun 16
3
Regarding Bugzilla Register issue
Sorry ,it's not bugzilla it's trac software and i have asked about this on
irc but i didn't get any reply.
On Thu, Jun 15, 2017 at 1:40 AM, Olly Betts <olly at survex.com> wrote:
> On Wed, Jun 14, 2017 at 09:26:37AM +0000, Eric Lindblad wrote:
> > > I am not able to register on bugzilla due to spam error.can someone
> help me with this issue?
> >
> >
2010 Sep 21
3
Error in eval(expr, envir, enclos)
I am absolutely new to R and I am aware of only a few basic command lines. I
was running a robust regression in R, using the following command line
library (MASS)
rfdmodel1 <- rlm (TotalEmployment_2004 ~ MISSISSIPPI + LOUISIANA +
TotalEmployment_2000 + PCWhitePop_2004 + UnemploymentRate_2004 +
PCUrbanPop2000 + PCPeopleWithACollegeDegree_2000 +
PCPopulation.of.or.over.65.years.of.age_2004)
2010 Nov 20
7
yum -enablerepo=rpmforge install wine error
Im trying to install wine on cent OS 5 and when I type
yum -enablerepo=rpmforge install wine
it says
Command line error: option -e: invalid integer value: 'nablerepo=rpmforge'
Any Ideas?
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
Hello,
We're having a problem in Dovecot 1.1.8 with a failed assertion on
certain mbox format mailboxes. It happens both with deliver when it
attempts to delier to the mailbox, and with IMAP connections for the
affected box (though I'm not sure what they're doing at the time).
Mar 3 12:55:26 <snip> dovecot: Panic: IMAP(<snip>): file istream.c:
line 81 (i_stream_read):
2006 Jul 08
6
Trying to create pulldown select menu for US State form fiel
I noticed there is a country_select. Is there anything like
us_state_select maybe?
More specifically - I''m wondering if I manually have to populate an
array with all the U.S. state abbreviations so users can select which
state they live in while entering their mailing address.
--
Posted via http://www.ruby-forum.com/.
2017 Jun 14
0
Regarding Bugzilla Register issue
On Wed, Jun 14, 2017 at 09:26:37AM +0000, Eric Lindblad wrote:
> > I am not able to register on bugzilla due to spam error.can someone help me with this issue?
>
> support-bugzilla at lists.mozilla.org
That may be correct if the original poster really meant bugzilla, but I
think in this case they mean our bugtracker, which runs trac not bugzilla.
charan: It's really best to ask
2009 Jul 03
2
mapping states with colors
Hi folks,
I'm just learning how to use maps. As an initial foray, I'm mapping the
states that have "duty to retreat" (blue) and "stand your ground" (red)
self-defense standards. Here is my extremely naive script:
dtr <- c('alabama', 'arizona', 'conneticut', 'delaware', 'dist of columbia'
, 'hawaii',