Loop Vinyl
2023-Sep-12 15:24 UTC
[R] graph in R with grouping letters from the turkey test with agricolae package
I would like to produce the attached graph (graph1) with the R package agricolae, could someone give me an example with the attached data (data)? I expect an adapted graph (graph2) with the data (data) Best regards -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: data.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20230912/03d584e9/attachment.txt>
Rui Barradas
2023-Sep-12 21:54 UTC
[R] graph in R with grouping letters from the turkey test with agricolae package
?s 16:24 de 12/09/2023, Loop Vinyl escreveu:> I would like to produce the attached graph (graph1) with the R package > agricolae, could someone give me an example with the attached data (data)? > > I expect an adapted graph (graph2) with the data (data) > > Best regards > > > ______________________________________________ > R-help at 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-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.Hello, There are no attached graphs, only data. Can you post the code have you tried? Hope this helps, Rui Barradas
Richard O'Keefe
2023-Sep-13 14:02 UTC
[R] graph in R with grouping letters from the turkey test with agricolae package
> d <- read.table("data.txt", TRUE) > cor(d[, 3:6])VAR1 VAR2 VAR3 VAR4 VAR1 1 1 1 1 VAR2 1 1 1 1 VAR3 1 1 1 1 VAR4 1 1 1 1 VAR1 to VAR4 are, up to linear scaling, exactly the same variable. Why is that? On Wed, 13 Sept 2023 at 07:38, Loop Vinyl <loopvinyl at gmail.com> wrote:> I would like to produce the attached graph (graph1) with the R package > agricolae, could someone give me an example with the attached data (data)? > > I expect an adapted graph (graph2) with the data (data) > > Best regards > ______________________________________________ > R-help at 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-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]