cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

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

Publish a column formula in Java

I would like to publish a rotated PCA scores model. PCA platform allows me to save rotated components in a column, but it does not allow (like regression platform) to publish the formula and create a javascript.

 

Is there a fast way to create the script directly from the formula embedded in the column? I am using JMP Pro 16

 

thanks in adavnce

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Publish a column formula in Java

I think you can add formula columns to formula depot. Table:

jthi_0-1654189563479.png

Formula depot from Analyze / Predictive Modeling / Formula Depot

jthi_1-1654189579262.png

jthi_2-1654189621042.png

and for scripting there seems to be Add Formula from Column

jthi_3-1654189731532.png

 

-Jarmo

View solution in original post

4 REPLIES 4
jthi
Super User

Re: Publish a column formula in Java

I think you can add formula columns to formula depot. Table:

jthi_0-1654189563479.png

Formula depot from Analyze / Predictive Modeling / Formula Depot

jthi_1-1654189579262.png

jthi_2-1654189621042.png

and for scripting there seems to be Add Formula from Column

jthi_3-1654189731532.png

 

-Jarmo
txnelson
Super User

Re: Publish a column formula in Java

FYI, the Formula Depot supports the outputting of the scoring formula to Javascript

Jim
Vincenzo
Level III

Re: Publish a column formula in Java

thank you

Vincenzo
Level III

Re: Publish a column formula in Java

 thank you Jthi, this is exactly what I was looking for and it works perfectly

 

Recommended Articles