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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

How to tell if an optional argument that could be an Associative Array is missing

As noted in the title, if I have a function that takes some argument that could be an Associative Array:

 

someFunc = Function( {arg1}, [...] )

 

And the argument is optional, how to I check `Is Missing`? When I try to use Is Missing in cases where the value does turn out to be an Associative Array I get the error "argument should be numeric in access or evaluation of 'Is Missing' , Is Missing/*###*/(aa)"

1 ACCEPTED SOLUTION

Accepted Solutions
mat-ski
Level III

Re: How to tell if an optional argument that could be an Associative Array is missing

err I was one search away... I just saw that Is Associative Array exists

View solution in original post

1 REPLY 1
mat-ski
Level III

Re: How to tell if an optional argument that could be an Associative Array is missing

err I was one search away... I just saw that Is Associative Array exists

Recommended Articles