cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

new custom function() parameter types

I'm loving new custom function in JMP 14.  It's real useful.  There are some things I'd like to see added to it.  

Parameter and Result Type, currently only allow "Any, Name, Number, String, List, Matrix, RowState". 

I'd love it if it could be any existing data type, 

data table, Expression, function(for wrappers), class(for custructors), associative array, 

 

 

1 Comment
jthi
Super User

Came across this immediately when I started creating Custom Functions. More parameter and result types are definitely needed to make Custom Functions more usable. I would even like to be able to define what my lists are allowed to contains List(Any), List(String|Number), and so on...