Re: [R] Problem with creating a PCA graph in a loop

2024-05-08 Thread Gavin Duley
> On 8 May 2024, at 09:16, Ivan Krylov wrote: > > В Tue, 7 May 2024 16:57:14 +0200 > gavin duley пишет: > >> aes(label=current_rownames, >>colour=wine.data.filt$Treatment >> ) > > As you've noticed, aes() remembers variables by their name a

[R] Problem with creating a PCA graph in a loop

2024-05-07 Thread gavin duley
Hi all, I am having enormous problems with a loop that iterates over different levels in the factor wine.data$Time (levels T06, T09, and T12) and creates a PCA and graph for individuals at that time only. These graphs need to be accessible outside the loop, so I can combine them using ggpubr::ggar

Re: [R] MFA variables graph, filtered by separate.analyses

2023-02-22 Thread gavin duley
Hi John, On Wed, 22 Feb 2023 at 01:46, John Fox wrote: > I think that it's likely that Jim meant the hetcor() function in the > polycor package. Thanks, I managed to find it based on the function name anyway. Thanks, gavin, -- Gavin Duley _

Re: [R] MFA variables graph, filtered by separate.analyses

2023-02-21 Thread gavin duley
ion. I'll read up on the 'hetcor' package. Thanks, gavin, -- Gavin Duley __ 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-pro

[R] MFA variables graph, filtered by separate.analyses

2023-02-21 Thread gavin duley
just specifying one name (as a trial) does not work either. Is this actually possible? If so, how would it be best to attempt it? With thanks, gavin, [1] http://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/116-mfa-multiple-factor-analysis-in-r-essenti