Hi Lily,
lily li writes:
> Hi R users,
>
> Could you help me to see this problem? I could now load "rgdal" even though
> I downloaded the compressed folder. Thanks for your help.
>
> Loading required package: sp
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared object
Hi, r-h...@stat.math.ethz.ch
Did you receive my last email?
Actually I haven't received any response from your side please let me know
if you are interested in our services (Like- Translation,
Localization.Interpretation, Content Writing,Certified Translation,CAD
Services,Desktop Publishing,Proof
Thank you so much. Apologies for coming in this with this so basic query.
Thanks againĀ
Sent from Yahoo Mail on Android
On Fri, 16 Feb 2018 at 7:14 AM, Viechtbauer Wolfgang
(SP) wrote: This aside, there
is the R-sig-meta-analysis mailing list where this probably belongs:
https://stat.et
My question was to ascertain whether anyone had a similar problem with
their firewall before I make a request to the controllers of our
firewall. With any luck, I might get information that will be useful
in ascertaining where the bottle-neck is.
So far, nobody has indicated that they can use gu
On 16/02/18 15:28, Bert Gunter wrote:
This is really a statistical issue. What do you think the Intercept term
represents? See ?contrasts.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Bre
This is really a statistical issue. What do you think the Intercept term
represents? See ?contrasts.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
Dear R-er,
I try to get the standard error of fitted parameters for factors with a
glm, even the reference one:
a <- runif(100)
b <- sample(x=c("0", "1", "2"), size=100, replace = TRUE)
df <- data.frame(A=a, B=b, stringsAsFactors = FALSE)
g <- glm(a ~ b, data=df)
summary(g)$coefficients
# I
Hi R users,
Could you help me to see this problem? I could now load "rgdal" even though
I downloaded the compressed folder. Thanks for your help.
Loading required package: sp
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Library/Frameworks/R.framework/Versions
Will do, Bert.
Thank you,
John
On 2/15/2018 11:58 AM, Bert Gunter wrote:
> This looks like the sort of thing that you should ask the package
> maintainer (?maintainer).
>
> Cheers,
> Bert
>
>
>
> Bert Gunter
>
> "The trouble with having an open mind is that people keep coming along
> and sticki
This aside, there is the R-sig-meta-analysis mailing list where this probably
belongs:
https://stat.ethz.ch/mailman/listinfo/r-sig-meta-analysis
Best,
Wolfgang
>-Original Message-
>From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Bert
>Gunter
>Sent: Thursday, 15 February,
Thank you David!
On Wednesday, February 14, 2018, 6:05:46 PM PST, David Winsemius
wrote:
> On Feb 14, 2018, at 5:26 PM, David Winsemius wrote:
>
>>
>> On Feb 13, 2018, at 4:02 PM, array chip via R-help
>> wrote:
>>
>> Hi all,
>>
>> The survdiff() from survival package has an ar
Hi Samuel GRANJEAUD,
Isn't this loop more simple to retain the click-order:
result = numeric(n)
for (i in 1:n) {
id = identify(x, y, n=1)
result[i] = id
}
Hope this helps,
Best regards,
Franklin Bretschneider
Dept of Biology
Utrecht University
brets...@xs4all.nl
__
Thanks Paul. Appreciate the help. I'll give this a shot.
Ryan James
D: 713.395.1794
M: 214.843.7301
-Original Message-
From: Paul Smith [mailto:phh...@gmail.com]
Sent: Thursday, February 15, 2018 7:12 AM
To: Ryan James/E&P North America Business Division/SKI
Cc: r-help@r-project.org
Thanks Paul. I have started using locator().
I also found the gatepoints package that sounds interestering.
https://CRAN.R-project.org/package=gatepoints
Happy R,
Samuel
On 15-02-2018 21:50, Paul Murrell wrote:
Hi
Sorry, I think this has always been the behaviour (and the
documentation has al
Hi Paul,
Thanks for your answer. I am wondering if in the previous versions,
let's say 2.1x, the data were in the selection order... Let me know if
there a R fonction taht I can code. Do you think I should use locator
function and match points on my own?
Best,
Samuel
___
Hi
Sorry, I think this has always been the behaviour (and the documentation
has always been wrong).
Using locator() yourself could be a workaround (with a little more
effort required to determine the closest data point).
Paul
On 16/02/18 09:32, Samuel GRANJEAUD IR/INSERM wrote:
Hi Paul,
Hi
Indeed the help page says ...
"the indices of the identified points, in the order they were identified"
... and that is a complete lie.
Sorry about that :(
The simplest thing would be to correct the help page.
It would be possible to have identify() return the order, though for
backward
This looks like the sort of thing that you should ask the package
maintainer (?maintainer).
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu,
R-users,
I can't tell what's causing the following error. The vignette does not
make a reference to a "packages" option or parameter.
> library(MonteCarlo)
Loading required package: abind
Loading required package: codetools
Loading required package: rlecuyer
Loading required package: snow
Load
Hi,
Using identify function, I think I should get the index of the selected
points in the order I clicked them. This is what I read in the help. But
I feel they are ordered. Please let me know what I missed.
In the following example, I clicked on the points labelled 7, 5 and 1,
but I get 1,
I haven't been able to reproduce this because you posted in HTML and no data
arrived. Use the dput() function if you want to post data.
But: a frequent and trivial reason for disappearing category labels is that the
plot window is too small to print them all. Try increasing the plotting window,
This is not a free consulting service. You are expected to put in the work
yourself and **may** receive help here if you have specific questions that
you need help with when you do so. See the posting guide linked below for
details.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mi
It does appear to be an error message from R [1] regarding the difference
between the maximum length of a data vector (~2^59) and the maximum length of a
matrix/array/data frame dimension (~2^31).
As to whether this is under consideration for change, I don't know but I would
not want such infor
Hello David,
same problem here with solve.QP.
dykstra is causing problems as well and giving for the value NA if
factorized = TRUE:
library(quadprog)
library(Dykstra)
R<-cbind(c(1,1),c(0,1));
d<-c(t(R)%*%R%*%c(2,1))
solve.QP(solve(R),d,-as.matrix(c(1,1)),-2,1,factorized = TRUE)
S<-t(
Hi all;
I have 733 discrete categories that will go on y-axis in ggplot2. I used
the following command to put the name of x-axis.
scale_x_discrete (limits = c("SI", "HOMAIR",
"AIR","HOMAB","SG","DI","FI","FG"))
Since there are only 8 categories on x it was easy to do. Is there any way
to do the
On Tue, Feb 13, 2018 at 7:55 PM, JamesRyan(Ryan James)/E&P North
America Business Division wrote:
> I have a set of data, the production of oil from a well. And an equation to
> predict that forecast.
>
> The equation requires 5 input variables which are real numbers with upper and
> lower boun
Hi Jeff,
Jeff Newmiller writes:
>> Hi,
>>
>> I am running R 3.3.3 and getting the following error:
>>
>> Error in add_edges(res, edges = t(as.matrix(el[, 1:2])), attr = weight)
>> :
>>long vectors not supported yet: ../../src/include/Rinlinedfuns.h:138
>>
>> when passing a 13 GB Transiti
Hi,I want codes that could help me do NMA from the data. I would appreciate if
you could give a dummy table with which I could practice the codes that would
help read the data and calculateOdds ratio (OR)
Mean difference (MD)
forest plot
Density plot of posterior samples
Estimates of ranks probab
28 matches
Mail list logo