> Understood
I'd recommend you try to be more precise.
> I just began looking at the volcano dataset which uses geom_contour.
The volcano dataset does *not* use geom_contour.
However, the help file for the volcano dataset, does use the
filled.contour function, in its example.
> I now realize th
> On Sep 19, 2020, at 1:44 PM, Duncan Murdoch wrote:
>
> On 18/09/2020 1:39 p.m., Shapira, Leeor via R-help wrote:
>> Can you please let me know the End of Life and End of Vendor Support dates
>> for CRAN R for Windows 3.6.3? Thank you.
>
> R doesn't have either of those. There is no vendor
As no one has responded. Typically,
> ?predict
so
> predict(fit)
should give you fitted values for the class of fit, whatever it is.
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
If you have production code written in R that make it expensive to
even consider upgrading to the latest R, it may be worth paying the
support fees of an organization like RStudio.
Otherwise, I think it make sense to upgrade to the latest version and
hope for the best. If you encounter
On 09/19/2020 12:42 AM, Jeff Newmiller wrote:
> When dealing with a 2-d density plot, the z variable is a predefined function
> of your x and y data, it is not something you can specify. If you want to
> specify z, then you need to use geom_contour. You appear to need to study the
> theory of ke
On 18/09/2020 1:39 p.m., Shapira, Leeor via R-help wrote:
Can you please let me know the End of Life and End of Vendor Support dates for
CRAN R for Windows 3.6.3? Thank you.
R doesn't have either of those. There is no vendor support ever. It is
free software; it is up to its users to suppor
Can you please let me know the End of Life and End of Vendor Support dates for
CRAN R for Windows 3.6.3? Thank you.
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/
In fairness to Raija Hallam, I've met masters and doctoral students whose
supervisors hadn't a clue. (Heck, I once worked at a University where the
staff evaluation process involved taking the means of 5-point ordinal
variables...) Two of these cases stick in my mind: one where the student
had mo
Dear Raija
This list is primarily for R programming questions so most of your post
is off-topic here. If you are registered for a degree presumably someone
is paying a fee to your institution and someone there is being paid to
supervise your project so I would have thought they would be the fi
(1) Using 'C == TRUE' (when you know C is logical)
is equivalent to just plain C, only obscure.
Similarly, 'C == FALSE' is more confusing than !C.
(2) Consider B[C]. The rows of C have 2, 1, 1, 2, 1 TRUE.
entries, so the result here *cannot* be a rectangular array.
And whatever it
Hi R users,
I was trying to create a figure of three-way-interactions. There is a
function "plot-model" but I was wondering whether we can extract the
predicted value before we run the "plot-model" function.
For example:
in this example,
plot_model(fit, type = "pred", terms = c("c12hour", "barthtot
Hello,
I am a conservation Masters student who is new to R and in need of some
confirmation of my methods/ stats help!
My dissertation project is looking at the micronutrient intake (iron, zinc,
calcium, magnesium and folic acid/folate) of 18 female monkeys, 14 of which
are reproductively 'succes
12 matches
Mail list logo