Well, as no one else has offered an answer ...
I haven't looked at this closely, but could it not simply be the case that
the aspect ratio set by "Landscape Mode" just differs from that of your
display device? -- i.e., it is impossible to have the figure displayed in
landscape ratio *and* simultan
... and note also that there may be clipping options you can change/set to
approximate your desiderata.
-- Bert
On Wed, Nov 15, 2023 at 9:02 AM Bert Gunter wrote:
> Well, as no one else has offered an answer ...
>
> I haven't looked at this closely, but could it not simply be the case that
> th
--
Saikat Dutta Chowdhury
Mobile: 8017650842
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-pr
Please see the bottom of this and every message for the link to unsubscribe.
-- Bert
On Wed, Nov 15, 2023 at 10:25 AM Saikat Dutta Chowdhury <
saikatduttachowdh...@gmail.com> wrote:
> --
> Saikat Dutta Chowdhury
> Mobile: 8017650842
>
> [[alternative HTML version deleted]]
>
> __
at https://cran.r-project.org/ I get this error message:
=
Secure Connection Failed
An error occurred during a connection to cran.r-project.org.
PR_END_OF_FILE_ERROR
Error code: PR_END_OF_FILE_ERROR
The page you are trying to view cannot be shown because the
authenticity
Yes, they posted a message about this recently. There's some
maintenance happening and CRAN will be unavailable for a while. I can't
find that message, but I think it was 2 or 3 days of downtime.
Duncan Murdoch
On 15/11/2023 2:13 p.m., Christopher W. Ryan via R-help wrote:
at https://cran.r
On Wed, 15 Nov 2023 14:13:00 -0500
"Christopher W. Ryan via R-help" wrote:
> Anyone seeing similar?
Same for me.
While it worked, CRAN website had the following message:
>> The CRAN Admin Team will perform system upgrades during the period
>> Wednesday November 15 until Thursday November 16, 2
Às 19:13 de 15/11/2023, Christopher W. Ryan via R-help escreveu:
at https://cran.r-project.org/ I get this error message:
=
Secure Connection Failed
An error occurred during a connection to cran.r-project.org.
PR_END_OF_FILE_ERROR
Error code: PR_END_OF_FILE_ERROR
The
Ah, thanks all. Guess I missed the message before they started the
maintenance.
--Chris
Ivan Krylov wrote:
> On Wed, 15 Nov 2023 14:13:00 -0500
> "Christopher W. Ryan via R-help" wrote:
>
>> Anyone seeing similar?
>
> Same for me.
>
> While it worked, CRAN website had the following message:
>
R-Experts,
Here below my R code working without error message but I don't get the results
I am expecting.
Here is the result I get:
[1] "All values of t are equal to 0.28611928397257 \n Cannot calculate
confidence intervals"
NULL
If someone knows how to solve my problem, really appreciate.
Bes
On Wed, 15 Nov 2023 20:53:54 + (UTC)
varin sacha via R-help wrote:
> # Sample the data
> d <- data[indices, ]
>
> # Calculate the Spearman correlation coefficients for every sample
> cor1 <- cor(x1, y1, method="spearman")
> cor2 <- cor(x2, y2, method="spearman")
You're sampling the
I believe the problem is here:
cor1 <- cor(x1, y1, method="spearman")
cor2 <- cor(x2, y2, method="spearman")
The x's and y's are not looked for in data (i.e. NSE) but in the
environment where the function was defined, which is standard evaluation.
Change the above to:
cor1 <- with(d, cor(x1, y1
Yes, the sysadmins at WU Vienna are upgrading the CRAN master. The
mirrors should not be affected.
Best,
Uwe Ligges
On 15.11.2023 20:25, Rui Barradas wrote:
Às 19:13 de 15/11/2023, Christopher W. Ryan via R-help escreveu:
at https://cran.r-project.org/ I get this error message:
13 matches
Mail list logo