Add script to ButtonBox in jmp report
Dear communityI think my problem is a simple one, but all the same I could use some help. I am using the profiler platform with the added simulator to create a monte carlo simulation of a response with several factors: MyProfiler = Profiler( Y( :Response) ); MyProfiler << Simulator( Factors( Factor 1 << Random(Normal()), Factor 2 << Random(Normal()) ); I want to add some functionality to ...