Displaying 20 results from an estimated 200 matches similar to: "make check failures (PR#2884)"
2024 Mar 05
1
How to invert axis within defined range with ggplot2 scale_y_reverse?
Hello,
I am drawing some data with ggplot2 and would like to reverse the
order of the y axis and set a custom range for it.
I can do the former but when I add the key `limits` to
`scale_y_reverse` I get an error as shows below and, worse, no data
shown in the plot.
How can I properly set a reverse y scale with a defined range in ggplot2?
Thank you
```
A <- rep(c(0, 3, 6, 12, 24), 3)
B <-
2024 Mar 05
1
How to invert axis within defined range with ggplot2 scale_y_reverse?
On 05/03/2024 7:16 a.m., Luigi Marongiu wrote:
> A <- rep(c(0, 3, 6, 12, 24), 3)
> B <- c(rep(0,5), rep(1,5), rep(2,5))
> V <- c(27.5, 27.01, 27.75, 27.98, 27.4, 25.69,
> 26.17, 27.78, 26.08,
> 24.97, 23.18, 21.78, 22.49, 21.85, 22.2)
> df <- data.frame(Conc = A, Time = B, Value = V)
> df$Conc = as.factor(df$Conc)
>
2018 Oct 09
0
CESA-2018:2884 Critical CentOS 7 firefox Security Update
CentOS Errata and Security Advisory 2018:2884 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2018:2884
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
71e2b8cfbfaed9978070fd05b17497cb5b3eaf2e930dc1697f97c82766ee43e3 firefox-60.2.2-1.el7.centos.i686.rpm
2010 Aug 17
2
AIC in MuMIn
Hello,
I am using package MuMIn to calculate AIC for a full model with 10
explanatory variables.
Thanks in advance in sharing your experience.
Q1
In the AIC list of all models, each model is differentiated by model number.
Please kindly advise if it is possible to
find the corresponding explanatory variable(s) for the model number.
Q2 error message
I tried to display sub-model with only
2011 Nov 15
0
Forescasting using predict() in an object of class arimax when there is an outlier IO in the model.
Forescasting using predict() in an object of class arimax when there is an
outlier IO in the model.
Hi R users
I have a problem when a use the predict() method in an object of class
arimax ( These objects are the results of the implementation of the function
arimax() from the TSA library) . The object is a model of a time series in
which I identified an IO oulier at the element 33 of the serie
2019 May 13
0
[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
On 2019/5/10 ??8:58, Stefano Garzarella wrote:
> While I was testing this new series (v2) I discovered an huge use of memory
> and a memory leak in the virtio-vsock driver in the guest when I sent
> 1-byte packets to the guest.
>
> These issues are present since the introduction of the virtio-vsock
> driver. I added the patches 1 and 2 to fix them in this series in order
> to
1997 Nov 10
2
R-alpha: loop speed
I noticed Doug only circulated the following on S-news, but it may be of
interest to R users who don't follow S-news. His findings are certainly
consistent with my own, where my problems often force me into the
element by element type of situation.
Paul Gilbert
_______
At the risk of beating this example to death, I went back and compared
the execution time for the element-by-element method
2010 Sep 16
2
question about converting a matrix to a dataframe
First I have a matrix called stocks1:
> class(stocks1)
[1] "matrix"
Here are the first 5 rows of the last 4 columns:
> stocks1[1:5,2:5]
[,1] [,2] [,3] [,4]
[1,] 80.73 31.95 25.4 25.69
[2,] 83.66 31.95 27.12 25.2
[3,] 83.27 32.93 28.74 26.29
[4,] 83.9 34.07 29.77 26.6
[5,] 82.74 35.18 30.24 27.41
Now, why can't I convert this into a dataframe?
2019 May 10
18
[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
While I was testing this new series (v2) I discovered an huge use of memory
and a memory leak in the virtio-vsock driver in the guest when I sent
1-byte packets to the guest.
These issues are present since the introduction of the virtio-vsock
driver. I added the patches 1 and 2 to fix them in this series in order
to better track the performance trends.
v1:
2019 May 10
18
[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
While I was testing this new series (v2) I discovered an huge use of memory
and a memory leak in the virtio-vsock driver in the guest when I sent
1-byte packets to the guest.
These issues are present since the introduction of the virtio-vsock
driver. I added the patches 1 and 2 to fix them in this series in order
to better track the performance trends.
v1:
2005 Jun 10
1
Performance difference between 32-bit build and 64-bit build on Solaris 8
Hi everyone -
I'm seeing a 32-bit build perform significantly faster (up to 3x) than
a 64 bit build on Solaris 8. I'm running R version 2.1.0. Here are
some of my system details, and some resulting timings:
>uname -a
SunOS lonetree 5.8 Generic_117350-16 sun4u sparc SUNW,Sun-Fire-V440
lonetree /home/sgilpin >gcc -v
Reading specs from
2014 Sep 01
1
Correlation Matrix with a Covariate
R Help -
I'm trying to run a correlation matrix with a covariate of "age" and will
at some point will also want to covary other variables concurrently.
I'm using the "psych" package and have tried other methods such as writing
a loop to extract semi-partial correlations, but it does not seem to be
working. How can I accomplish this?
library(psych)
> set.cor(y =
2007 Jul 23
1
Function to separate effect in AOV
Hi,
I have a dummy question.
Suppose that I have two explanatory variable, T1 (A, B) and T2 (C, D) and one
response variable.
> attach(dados)
> tapply(Y,list(T1,T2),mean)
C D
A 2.200000 10.20000
B 2.223333 20.26667
In this case, "A" and "B" inside "C" have no difference, but have differences
inside "D"
I make this model:
> m
2013 Oct 06
1
Problems getting Squirrelmail and Avelsieve to connect to Pigeonhole
Hi,
I have been going around in circles trying to find the solution. Many
others appear to have the same problem, but never a solution or explanation.
I am running Dovecot 2.0.21 under Fedora 16.
All components are running on the same server, whose IP address is shown
as '192.168.x.y'.
The dovecot -n output is:
<quote>
/SSH Secure Shell 3.2.0 (Build 267)/
/Copyright
2019 Aug 12
0
limited resolution on DVI and HDMI at the same time
I got 1920x1200 at 59.95Hz via DVI and 3840x2160 at 60.00Hz via HDMI at the
same time with the proprietary nvidia driver.
I get flickering on the 1920x1200 at 59.95 with the nouveau driver (it
doesn't flicker if I lower it to 1920x1080 at 59.96).
Any idea why?
proprietary:
$ xrandr
Screen 0: minimum 8 x 8, current 5760 x 2160, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1200+0+0
2008 May 09
2
A problem with anova()
Hi,
I fitted tree growth data with Chapman-Richards growth function using nls.
summary(fit.nls)
Formula: HEIGHT ~ A * (1 - exp(-B * AGE))^C
Parameters:
Estimate Std. Error t value Pr(>|t|)
A 29.007627 0.270485 107.24 <2e-16 ***
B 0.030813 0.001095 28.13 <2e-16 ***
C 1.849405 0.068659 26.94 <2e-16 ***
---
Signif. codes: 0 ''***'' 0.001
2019 Aug 06
2
unstable refresh rate
I think I may have updated the tv firmware between when it worked and
when it didn't.
I wonder it it has to do with bit depth.
I use lubuntu and it doesn't let me pick the bit depth so I don't know
what it using.
2012 Oct 06
0
Problem with GFX 5500 Inno 3D
Hallo,
while trying to use nouveau drivers with GFX 5500 I've got nothing but
hang-ups of my machine. The hangup occurs after I'm trying to start
Xwindow (not directly, when machine is booting up). After it occured,
keyboard isn't available anymore, and I can't switch machine off
gracefully with ATX power button. The test has been done with
recommended "4-line
2010 Jul 05
2
timeseries
Dear useRs,
I am trying to construct a time series using as.ts function, surprisingly
when I plot
the data the x axis do not show the time in years, however if I use
ts(data), time in years are shown in the
x axis. Why such difference in the results of both the commands
Thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
2007 Dec 03
1
Plotting monthly timeseries with an x-axis in "time format"
I have the following timeseries "tab"
=====================================
> str(tab)
mts [1:23, 1:2] 79.5 89.1 84.9 75.7 72.8 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:2] "Ipex...I" "Omel...E"
- attr(*, "tsp")= num [1:3] 2006 2008 12
- attr(*, "class")= chr [1:2] "mts" "ts"
> tab