cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
frankderuyck
Level VII

Save PCA loading matrix?

In need the Principle Component loading matrix for further computations, can I save it in a data table?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Save PCA loading matrix?

Are you referring to this table in the report?

 

pca.PNG

 

If so, then right-click the table and select Make Into Data Table.

 

table.PNG

 

This action is scriptable, but you did not say how you want to make or use the table.

View solution in original post

2 REPLIES 2

Re: Save PCA loading matrix?

Are you referring to this table in the report?

 

pca.PNG

 

If so, then right-click the table and select Make Into Data Table.

 

table.PNG

 

This action is scriptable, but you did not say how you want to make or use the table.

frankderuyck
Level VII

Re: Save PCA loading matrix?

Thanks, Marc!

Recommended Articles