Non-numerical Factor Analysis with Strings

Hi All,

I've recently been using a package called GrpString in R.

It allows string-based clustering, where clusters are plotted with the first + second components as axes.

However, I've struggled to find a routine in R which allows for tabulation of factor-based output (equivalent to seeing first and second principal components).

I wondered if anyone was familiar with how to conduct factor-based analysis for strings in R and if they could provide some code?

Would be appreciated.

############################
#EXAMPLE OF GRP STRING IN R
#############################

#PACKAGE

devtools::install_github("dstgithub/GrpString")
library(GrpString)

#DATA

strs3.vec <- c("ABCDdefABCDa", "AC3aABCD", "ACD1AB3", "xYZfgAxZY", "gf56xZYx",
"AkfxzYZg")

#K-MEANS CLUSTER OUTPUT WITH COMPONENTS ON EACH AXIS

StrKclust(strs3.vec)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.