Displaying 8 results from an estimated 8 matches for "andrewharmon42".
2017 Dec 08
1
lmerTest Issues
Hello all,
Everything was working very well. Now when I try to load lmerTest using:
library("lmerTest"), I get this error:
Error: package or namespace load failed for ?lmerTest? in
loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck =
vI[[j]]):
there is no package called ?purrr?
Nothing I've done has worked. I have uninstalled both R and R studio. I've
2017 Oct 11
0
Converting SAS Code
I have no problem setting up my mixed model, or performing anova or lsmeans
on my model?s outputs. However, performing lsd mean separation is giving me
fits.
So I do not have a problem when using two-way anova model. When using the
code:
fit.yield.add <- lm(data = ryzup, Yield ~ Rep + Nitrogen + Treatment)
LSD.test(fit.yield.add, trt = "Nitrogen", alpha = 0.1, console = TRUE)
2017 Sep 30
1
Converting SAS Code
> On 30 Sep 2017, at 14:22 , Robert Baer <rbaer at atsu.edu> wrote:
>
>
>
> On 9/29/2017 3:37 PM, Rolf Turner wrote:
>> On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote:
>>
>> <SNIP>
>>
>>>
>>> The conceptual paradigm for R is only marginally commensurate with
>>> that of
>>> standard statistical
2017 Sep 29
0
Converting SAS Code
...know what the line
*Yield Champagin;
does.
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
Lab cell 925-724-7509
On 9/29/17, 5:47 AM, "R-help on behalf of Andrew Harmon" <r-help-bounces at r-project.org on behalf of andrewharmon42 at gmail.com> wrote:
Hello all,
My statistical analysis training up until this point has been entirely done
in SAS. The code I frequently used was:
*Yield Champagin;
data yield;
set stress;
if field='YV' then delete;
if field...
2017 Sep 29
2
Converting SAS Code
...proficient.
Good luck,
Joe
Bert Gunter <bgunter.4567 at gmail.com>
Sent by: "R-help" <r-help-bounces at r-project.org>
09/29/2017 02:09 PM
To
"Kevin E. Thorpe" <kevin.thorpe at utoronto.ca>,
cc
R-help <r-help at r-project.org>, Andrew Harmon <andrewharmon42 at gmail.com>
Subject
Re: [R] Converting SAS Code
I will offer an opinion, with which others may fairly take issue.
If you are coming from SAS and wish to learn R, you should forget about
SAS
entirely; it is ancient and convoluted. But more to the point, as others
have already suggested,...
2017 Sep 29
5
Converting SAS Code
Hello all,
My statistical analysis training up until this point has been entirely done
in SAS. The code I frequently used was:
*Yield Champagin;
data yield;
set stress;
if field='YV' then delete;
if field='HB' then delete;
if barcode='16187DD4015' then delete;
if barcode='16187DD6002' then delete;
if barcode='16187DD2007' then delete;
if
2017 Sep 29
0
Converting SAS Code
I will offer an opinion, with which others may fairly take issue.
If you are coming from SAS and wish to learn R, you should forget about SAS
entirely; it is ancient and convoluted. But more to the point, as others
have already suggested, you will only confuse and hamstring yourself trying
to convert the programming paradigms of one language into another. Better
to consider the **tasks** you wish
2017 Sep 29
4
Converting SAS Code
Regarding point 3, as a moderator I have been helping Andrew get this
post out to the list over the past week. His previous attempts were
encoded in some way that the listserv rejected. He sent me the post via
his gmail account and viewing the source I saw it had at least both
plain test and HTML an I said it was worth a try to post it. Certainly
on my mail client his post displays acceptably