If that is an exact copy of the issued command than it should be
throwing an error related to the use of "smart quotes".
Furthermore it was not clear if that command was the proximate cause of
the error or perhaps it was encountered when you tried to load (rather
than install) the Rserve pack
Hello there,
I hope this email finds you well.
I’m just having a difficulty running RServe, which I’m trying to get
communicate with Tableau. I have this error message every time I try to do this:
Error: long vectors not supported yet: qap_encode.c:36
Fatal error: unable to initialize the JIT
> Cheers
> Petr
>> -Original Message-
>> From: Martin Maechler [mailto:maech...@stat.math.ethz.ch]
>> Sent: Friday, October 20, 2017 1:04 PM
>> To: PIKAL Petr
>> Cc: Wall, Wade A ERDC-RDE-CERL-IL CIV ; r-
]
> >
> > Wade
> >
> > -----Original Message-
> > From: PIKAL Petr [mailto:petr.pi...@precheza.cz]
> > Sent: Thursday, October 19, 2017 1:21 AM
> > To: Wall, Wade A ERDC-RDE-CERL-IL CIV ; r-
> > h...@r-project.org
> > Subject: RE: Error messages
easonable results.
plot(augPred(wheat.list))
Am I correct?
Cheers
Petr
> -Original Message-
> From: Martin Maechler [mailto:maech...@stat.math.ethz.ch]
> Sent: Friday, October 20, 2017 1:04 PM
> To: PIKAL Petr
> Cc: Wall, Wade A ERDC-RDE-CERL-IL CIV ; r-
> h...@r-project.o
> PIKAL Petr
> on Fri, 20 Oct 2017 06:33:36 + writes:
> Hi
> Keep your messages in the list, you increase your chance to get some
answer.
> I changed your data to groupedData object (see below), but I did not find
any problem in it.
> plot(wlg)
> gives reas
It is not a variable in germination data set so we do not know how you did the
> computation.
>
> My wild guess is, that your Prop do not follow logistic curve and therefore no
> results from nlsList
>
> Cheers
> Petr
>
>
> > -Original Message-
> &g
R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Wall, Wade A
> ERDC-RDE-CERL-IL CIV
> Sent: Wednesday, October 18, 2017 5:58 PM
> To: r-help@r-project.org
> Subject: [R] Error messages using nonlinear regression function (nls)
>
> Hi all,
>
> I am trying to use
Hi all,
I am trying to use nonlinear regression (nls) to analyze some seed germination
data, but am having problems with error codes.
The data that I have closely matches the germination dataset included in the
drc package.
Here is the head of the data
temp species start end germinated TotS
On 14 Apr 2016, at 09:47 , Ole C. Brudvik wrote:
> Hi!
> I just started this course and just installed R and RStudio but I got this
> warning/error messages when I open R and RStudio:
>
This is not a help list for any course...
However, that particular issue is just that the FAQ was edited a
1. These are warnings, not error. So you could just ignore them and proceed.
2. However, you may wish to go to the tools -->General menu in RStudio
and set the default text encoding to UTF-8. I think that will get rid
of the warnings.
Happy R-ing. Please make use of R's docs and web resources (es
Hi!
I just started this course and just installed R and RStudio but I got this
warning/error messages when I open R and RStudio:
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_COLLATE failed, using "C"
3: Setting LC_TIME failed, using "C"
4: Setting LC_
elps,
John
---
John Fox
Senator McMaster Professor of Social Statistics Department of Sociology
McMaster University Hamilton, Ontario, Canada
> -Original Message-
> From: r-help-boun...@r-project.org
> [mailto:r-help-boun...@r-pr
-boun...@r-project.org]
> On Behalf Of Kevin Cheung
> Sent: Monday, October 01, 2012 12:19 PM
> To: 'r-help@r-project.org'
> Subject: [R] Error messages when attempting to calculate polychoric
> correlation matrices
>
> Dear R users,
>
> I am a psychol
Dear R users,
I am a psychology postgraduate student who is relatively new to using R. I am
currently developing a psychometric scale and have run into a few problems when
using R to calculate a polychoric correlation matrix for my dataset. I am
trying to produce a polychoric correlation matrix
Joyce Flynt yahoo.com> writes:
>
> Im doing a project using Rcommander. I have a dataset with 5 variables,
> BMI being one of them. I would like to
> find the variance, standard deviation, range, median, etc of BMI.
> However, everytime I type a command
> into the script window, (such as var(B
Im doing a project using Rcommander. I have a dataset with 5 variables, BMI
being one of them. I would like to find the variance, standard deviation,
range, median, etc of BMI. However, everytime I type a command into the script
window, (such as var(BMI$BMI,na.rm=TRUE) )an error message pops up
On 05/05/2010 11:29 AM, David Foreman wrote:
While
sm4.6ll<-fit.mult.impute(Surv(agesi, si)~partner+ in.love+ pubty+ FPA+
strat(gender),fitter = cph, xtrans = dated.sexrisk2.i, data =
dated.sexrisk2, x=T,y=T,surv=T, time.inc=16)
runs perfectly using Hmisc, Design and mice under R11 run via Sciv
While
sm4.6ll<-fit.mult.impute(Surv(agesi, si)~partner+ in.love+ pubty+ FPA+
strat(gender),fitter = cph, xtrans = dated.sexrisk2.i, data =
dated.sexrisk2, x=T,y=T,surv=T, time.inc=16)
runs perfectly using Hmisc, Design and mice under R11 run via Sciviews-K,
with
library(Design)
library(mice)
ds2
Hi Axel,
Both error messages indicate that a regression equation is singular.
The error message of systemfit() indicates that the singularity
appears in the first stage of the two-stage procedure. Hence, it seems
that your instruments are linearly dependent. Please check this and
remove some of th
Hello !
Â
Iâm trying to estimate a system of equation (demand and supply) using the
systemfit package. My program is:
Â
library(systemfit)
demand <- tsyud ~ tsyud1 + tsucp + tspo + tssn
supply <- tscn ~ tsyn + tsqn + tsksn + tsucp
system <- list(demand=eqdemand, learning = eqsupply)
labels
On 4/24/2009 10:18 AM, Hans Ekbrand wrote:
On Fri, Apr 24, 2009 at 01:50:04PM +0200, Rob Bakker wrote:
Dear Peter,
Also thank you for your quick reply. I did the following with no positive
result:
library(foreign)
read.dta(choose.file(C:\Rklein))
a) quote the filename
b) include the suffix
On Fri, Apr 24, 2009 at 01:50:04PM +0200, Rob Bakker wrote:
> Dear Peter,
> Also thank you for your quick reply. I did the following with no positive
> result:
>
> library(foreign)
>
> read.dta(choose.file(C:\Rklein))
a) quote the filename
b) include the suffix
rklein <- read.dta("C:\Rklein.dta
Dear Peter,
Also thank you for your quick reply. I did the following with no positive
result:
library(foreign)
read.dta(choose.file(C:\Rklein))
Error: unexpected input in "read.dta(choose.file(C:\"
> read.dta(choose.file("C:\Rklein"))
Error in grep("^(http|ftp|https)://", file) :
could not find
Dear Duncan, Peter and Jim,
Thank you very much!! It worked!
Best regards,
Rob Bakker
2009/4/24 Duncan Murdoch
> On 24/04/2009 7:42 AM, Peter Dalgaard wrote:
>
>> Jim Lemon wrote:
>>
>>> Rob Bakker wrote:
>>>
Dear Sirs,
I am just starting with R and I think it is a great system. Now,
Rob Bakker wrote:
> Dear Peter,
>
> Also thank you for your quick reply. I did the following with no
> positive result:
>
> library(foreign)
>
> read.dta(choose.file(C:\Rklein))
> Error: unexpected input in "read.dta(choose.file(C:\"
>> read.dta(choose.file("C:\Rklein"))
> Error in grep("^(http
On 24/04/2009 7:42 AM, Peter Dalgaard wrote:
Jim Lemon wrote:
Rob Bakker wrote:
Dear Sirs,
I am just starting with R and I think it is a great system. Now, I
want to
import Stata datasets (.dta) with read.dta, but receive errormessages
like:
Error in grep("^(http|ftp|https)://", file) : object
Jim Lemon wrote:
> Rob Bakker wrote:
>> Dear Sirs,
>> I am just starting with R and I think it is a great system. Now, I
>> want to
>> import Stata datasets (.dta) with read.dta, but receive errormessages
>> like:
>>
>> Error in grep("^(http|ftp|https)://", file) : object "Rklein" not found
>>
>> E
Rob Bakker wrote:
Dear Sirs,
I am just starting with R and I think it is a great system. Now, I want to
import Stata datasets (.dta) with read.dta, but receive errormessages like:
Error in grep("^(http|ftp|https)://", file) : object "Rklein" not found
Error in read.dta("Rklein") :
unable to o
Dear Sirs,
I am just starting with R and I think it is a great system. Now, I want to
import Stata datasets (.dta) with read.dta, but receive errormessages like:
Error in grep("^(http|ftp|https)://", file) : object "Rklein" not found
Error in read.dta("Rklein") :
unable to open file: 'No such f
Hi,
I have a density that I need to get MLEs from, which includes definite
integrals both in the denominator and in the numerator of the density function.
It looks like the outcome depends on the initial values given. My program is
shown below:
library(circular)
##
31 matches
Mail list logo