cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How can I set the value of a specified column to the displayed value, ignoring the original significant digit?

    For example, make the actual values of the "new" column in table 2 all integers.dt=Open("$SAMPLE_DATA/Big Class.jmp"); d2=dt<<Summary(Group(:age),Mean(:height),Freq("None"),Weight("None"),Link to original data table(0)); Column(d2,3)<<Format("Fixed Dec",20,0); d2<<New Column("new",formula(As Column(3)));d2<<run formulas;Column("new")<<deleteFormula;

    lala lala
    Discussions |
    Jan 14, 2023 9:52 PM
    1271 views | 2 replies
  • Certification Questions

    What's going on at SAS? You've made some changes but I don't really like them. 1. I had plans to attend Shanghai Discovery but it was nixed (understandably).2. What is going with cert testing? I see JMP still says 15 despite being at 16/17 (this year).3. Can I get a test code from discovery for testing? I was hoping to be certified by mid year but with all of these changes with events at SAS I'm p...

    residentx10 residentx10
    Discussions |
    Jan 14, 2023 2:44 PM
    2146 views | 3 replies
  • Livestream webinar .. costs?

    Dear Community!Does anyone know the costs for the webinars in the "Statistically Speaking" series? I'd be interested in DOE: A Critical Component in the Data Scientist’s Toolbox but I do not find a quote ... are they usually complementary?Cheersfja

    fja fja
    Discussions |
    Jan 14, 2023 12:04 PM
    1233 views | 2 replies
  • Table summary - Subgroups

    The Subgroup option in Table/Summary is cool to get separate statistics for subgroups of the selected groups. When several columns are selected as subgroups, all possible combinations show up in an hierarchical list.For the example below, every single day of the week X every single day of the month gets a subgroup, ending up with 7 * 31 = 271 subgroups (dom, dow) Is there an option to tell Table/S...

    hogi hogi
    Discussions |
    Jan 14, 2023 8:30 AM
    3239 views | 5 replies
  • Get a jrp like script from a report window

    Hello everyone, I am trying to save my report script to a jrp file as explained in: Save charts as ".jrp" file in JSL  However, I don't have direct access to the Graph Builder that generated my Report Window. I'm getting my reports via  Get Window List(Type("Reports")); And now I need to extract the script to save it as a text file, however I can't figure out how to get that script. When using << ...

    Samu Samu
    Discussions |
    Jan 12, 2023 5:50 AM
    5161 views | 8 replies

Latest Discussions

  • How can I set the value of a specified column to the displayed value, ignoring the original significant digit?

    For example, make the actual values of the "new" column in table 2 all integers.dt=Open("$SAMPLE_DATA/Big Class.jmp"); d2=dt<<Summary(Group(:age),Mean(:height),Freq("None"),Weight("None"),Link to original data table(0)); Column(d2,3)<<Format("Fixed Dec",20,0); d2<<New Column("new",formula(As Column(3)));d2<<run formulas;Column("new")<<deleteFormula;

    lala lala
    Discussions |
    Jan 14, 2023 9:52 PM
    1271 views | 2 replies
  • Multivariate Control Chart Get Targets Error

    Hi all, I am trying to run a Multivariate Control Chart (Quality and Process -> Control Chart), but if I get my saved targets and click OK it results in the following error message: The target correlation matrix is not a square matrix for group ^ group. Name unresolved: target in access or evaluation of 'target', target/*###*/ Exception in platform launch in access or evaluation of 'Multivariate C...

    ProbitParrot874 ProbitParrot874
    Discussions |
    Jan 12, 2023 5:33 AM
    1633 views | 4 replies
  • Doe adding data to the existed doe runs

    Hi,i have designed and run custom doe. in addition i have results with the same parameters that i want also to put inside the fit analysis. is there any option to to that?thanks 

    YanivD YanivD
    Discussions |
    Jan 12, 2023 2:18 AM
    3663 views | 7 replies
  • Allign different sets of data

    Hi all, I need your help in suggesting how to allign  different data to be on the same Y axis level.to adjust the x values so that they can be compared (not standardization).see attached file thank you very much

    eldad_galili eldad_galili
    Discussions |
    Jan 11, 2023 2:44 PM
    1272 views | 3 replies
  • Determine equality constraints for related time/temperature variables in DOE

    Hi:This seems like a dumb problem, but I can't seem to figure out how to build the constraints portion of a DOE model I'm trying to prepare.  It's a big recipe type optimization, but it runs through two distinct time/temperature windows. The basis is that I have two (difficult to change) continuous variable time portions that each have an associated temperature range.  However, the second temp mus...

    TedGHL TedGHL
    Discussions |
    Jan 11, 2023 2:40 PM
    3299 views | 8 replies

Latest Discussions

  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    950 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    987 views | 0 replies
  • How to fix X Axis Settings for Operating Characteristic Curves

    I'm playing around with different scenarios on an Operating Characteristic curve in which the fraction defective is very small (screen shot below).  Every time I run a scenario, the x-axis automatically changes to a range that is way too wide to be useful and I have to change it back manually.Is there a way to make the x-axis setting constant? (I'm using Jmp Pro 16.1)Thanks! 

    The_Annie The_Annie
    Discussions |
    Dec 15, 2022 2:29 PM
    874 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    943 views | 0 replies
view all discussions