I have a list, where I have the optimal models ordered by some criteria. I would like to get the name of the variable. For example, for the index [1,1], I get the following:
print(opt_dos_variables_2[1,1]) c...Intercept.....ICI....LC.. "ICI"
I just want the string between " ", i.e., the ICI.
What should I modify?
Thanks!