Hi Ivan,
I was just writing a follow-up note as your note came in. While the
code I posted previously works fine, using which() is unnecessary.
> DF <- read.csv("~/lily.csv")
> DF$product1_1 <- NA
> DF$product1_1 <- DF[DF$month == 1, "product1"]*3.1
Error in `$<-.data.frame`(`*tmp*`, "product1_1"
On Mon, 22-May-2017 at 05:43AM -0400, Martin Morgan wrote:
|> On 05/22/2017 05:10 AM, Patrick Connolly wrote:
|> >Apparently it isn't harmless.
|> >
|> >>install.packages("withr")
|> >Error in readRDS(dest) : error reading from connection
|>
|> that seems like a plain-old network connectivity is
Presumably, RCommander's readXL generates an invalid data frame (John?). To
investigate, look at
row.names(Dataset)
and to fix
row.names(Dataset) <- NULL
If the issue is that Dataset really isn't a data frame, maybe try Dataset <-
as.data.frame(Dataset).
[Your screenshot made it through to
> Patrick Connolly
> on Tue, 23 May 2017 20:47:22 +1200 writes:
> On Mon, 22-May-2017 at 05:43AM -0400, Martin Morgan wrote:
> |> On 05/22/2017 05:10 AM, Patrick Connolly wrote:
> |> >Apparently it isn't harmless.
> |> >
> |> >>install.packages("withr")
> |> >
Hi,
I am working with bivariate time series data. I used VAR model to fit and
forecast.
But the "*p*" value from seria.test (Portmanteau Test) gives values *p<<
0.05*. Is that okay?
> var1 = VAR(datax.ts, p= 8)
> serial.test(var1, lags.pt=10, type = "PT.asymptotic")
Portmanteau Test (asymptotic
Hello,
It seems to be right.
You have Chi-squared = 23.724, df = 8, p-value = 0.002549. So try the R
function ?pchisq:
pchisq(23.724, df = 8, lower = FALSE)
[1] 0.002549054
Hope this helps,
Rui Barradas
Em 23-05-2017 13:08, Dhivya Narayanasamy escreveu:
Hi,
I am working with bivariate tim
I'm trying to install ranger package (any version) in Ubuntu 14 from a tar.gz
file already downloaded, but unsuccessfully. System admin has already installed
gcc 5.4 and g++ 5.4 and I've created a ~/.R/Makevars file pointing to these
compilers instead of gcc 4.8 that comes in Ubuntu 14 by defaul
Hi Brigitte,
>Did somebody know why asreml does not provide the same REML loglikehood
>as coxme, lme4 or lmne.
I don't know the answer to this, but I'd guess it is either to do with the
use of the average information REML algorithm or asreml-r is for some
reason ending up with a different subset
I am pleased to announce a fresh and simple approach on automatic
caseconversion with a concise design philosophy via the snakecase-pkg (
https://cran.r-project.org/package=snakecase).
Just use to_any_case(string, case) and (if the cases are too complex for
the default options) provide its most im
A) This should be asked on R-sig-debian or R-devel. This list is about the R
language and basic installation issues... compiled installation debugging
requires OS and C language skills that are OT here.
B) You should read and follow the advice in the Posting Guide for all R mailing
lists, spe
The xtractomatic package version 3.3.2 is now available on CRAN. Besides the
improvements listed below, this release fixes a problem caused by an update to
the Apache Tomcat used by the ERDDAP server, that broke an important function
in the package.
Many thanks to the CRAN maintainers for he
Dear All,
In principle it is a simple question, but not idea about how to tackle
it.
Suppose you have a distribution depending on two parameters,
e.g. beta(a,b).
For some reasons, you want to impose
that the two parameters of the beta distribution are identical,
i.e. you want to fit your data to b
Thanks for all your help. It works now.
On Tue, May 23, 2017 at 1:34 AM, William Michels via R-help <
r-help@r-project.org> wrote:
> Hi Ivan,
>
> I was just writing a follow-up note as your note came in. While the
> code I posted previously works fine, using which() is unnecessary.
>
> > DF <- re
Hi all,
I am trying to compile R 3.4.0 on a RHEL 6.5 system. R requires a newer
version of zlib than is standard on RHEL 6.5. I do have a newer version
that satisfies R's requirement, but the configure script gives no way of
specifying a non-standard location of zlib.
Is there a way around this?
> On May 23, 2017, at 11:07 AM, David Chin wrote:
>
> Hi all,
>
> I am trying to compile R 3.4.0 on a RHEL 6.5 system. R requires a newer
> version of zlib than is standard on RHEL 6.5. I do have a newer version
> that satisfies R's requirement, but the configure script gives no way of
> specif
Dear Lorenzo,
Please do read the posting guide (https://www.r-project.org/posting-guide.html)
: The ‘main’ R mailing list, for discussion about problems and solutions using
R, about the availability of new functionality for R and documentation of R,
comparison and compatibility with S-plus, and
Hi Marc,
Pre-compiled RPMs for R are up to 3x slower than "self-compiled" R using
Intel MKL. Yes, I do know about Microsoft R Open, but it wants to
overwrite the default /usr/bin/R and I have AMD machines in my cluster,
which cannot run MRO. So, I want to do my own compilation and install R in
a
Hi David,
It has been a while since I have worked on RH based systems, but looking at
Martyn's reply, which includes:
CFLAGS="-g -O2 -I/path/to/my/headers" \
LDFLAGS="-L/path/to/my/libs" \
./configure
and references to the R Installation and Administration manual sections B3.3
and B7, if you u
You will generally get a better response if you create a data set that we can
test our ideas on. You sketched out the data but your final results include
meal combinations that are not in your Meals data frame. Also using dput() to
provide the data makes it easier to recreate the data since just
Hi Marc,
Pre-compiled RPMs for R are up to 3x slower than "self-compiled" R using
Intel MKL. Yes, I do know about Microsoft R Open, but it wants to
overwrite the default /usr/bin/R and I have AMD machines in my cluster,
which cannot run MRO. So, I want to do my own compilation and install R in
a
Dear R community,
I have a data matrix (531X314), and would like to apply the prcomp. However, I
got this error Lapack message. I am using R3.2.2.
I googled a bit and found that it might be related to converge issue. Just
wonder if there is a way to get around it?
Thank you very much!
Ace
Dhivya
You have two variables speed and vibration. It strikes me that speed causes
vibration and vibration does not cause speed. Forgive me if I have
misunderstood. In such a case you would be better off using an ARMAX model
with vibration as dependent variable and speed as an explanatory variable
Hi all;
When I run the following program substantially I have "Warning message:
position_dodge requires non-overlapping x intervals"
How I can overcome this problem.
Regards,
Greg
p <- ggplot() + geom_point(data=a, aes(x=Betas, y=Traits, color=
Super.Pathway), shape=15, size=4)
p <- p + guide
Hi R users!
I'm new to R, so I'm starting with a basic exercise in rpart.
I'm predicting if a user will churn based on past order history. I've
calculated the probabilities in excel, and if user is a single order
customer (1), then their probability of churn is 90%, if there are multiple
orders(
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 Tue, May 23, 2017 at 3:52 PM, Raquel D. wrote:
> Hi!
>
>
> Does anybody knows why it can be happening? Lift = 1
1. Forget Excel. Erase it from your memory. banish its paradigms from
your practices. Faiing to do so will only bring misery as you explore
R. R is a rational programming language primarily for data analysis,
statistics, and graphics. Excel is, ummm, not.
2. Have you read the rpart documents and v
On 24/05/17 14:38, Bert Gunter wrote:
Forget Excel. Erase it from your memory. banish its paradigms from
your practices. Faiing to do so will only bring misery as you explore
R. R is a rational programming language primarily for data analysis,
statistics, and graphics. Excel is, ummm, not.
Go
27 matches
Mail list logo