Ivan, thank you for the tips; they allowed me to move on to the next problems.
By building the tar file first and checking it later, and fixing several other
problems I got
R CMD check to work. It does *not* delete inst/doc. It also does not run
boostrap.R,
as far as I can tell, presumably beca
gg0 <- ggplot(data=yyy[1:30,],aes(as.Date(jdate,format="%m-%d-%Y"),Sum))
+geom_point()
gg0 + scale_x_date(date_labels = "%m/%d/%Y")
On 2024-05-09 7:58 p.m., Sorkin, John wrote:
I am trying to use ggplot to plot the data, and R code, below. The dates
(jdate) are printing as Mar 01, Mar 15, etc
I am trying to use ggplot to plot the data, and R code, below. The dates
(jdate) are printing as Mar 01, Mar 15, etc. I want to have the date printed as
MMM DD (or any other way that will show month, date, and year, e.g.
mm/dd/yy). How can I accomplish this?
yyy <- structure(list(
jdate
Glad you got R working!
В Thu, 9 May 2024 12:19:49 +
Simon Andrews пишет:
> Does this need reporting upstream as a bug in R or lapack?
Maybe in AlmaLinux (and I think RHEL9 too, but that's up to Miguel
Esteva). Best case scenario, they somehow built the reference BLAS and
LAPACK packages wi
Comment in in-line below
On 09/05/2024 13:09, Naresh Gurbuxani wrote:
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("
On 09/05/2024 8:09 a.m., Naresh Gurbuxani wrote:
On converting character variables to ordered factors, regression result
has strange names. Is it possible to obtain same variable names with
and without intercept?
You are getting polynomial contrasts with the ordered factor, because
you have t
Thank you!
Installing openblas and then using ./configure --without-lapack --with-blas
--enable-R-shlib
..got everything working. Does this need reporting upstream as a bug in R or
lapack? I'm good now, but it might help others to get this fixed.
Simon.
-Original Message-
From: Iva
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"] <- weekday
Just one more thing: when you do find a solution, can you please share
it with us?
I do trust nlraa::boot_nlme() as it's been deliberately written for
nonlinear mixed-effects models, but the fact that intervals() is
inherited from the 'lme' class without any mention of nonlinear models
in the manu
9 matches
Mail list logo