Keeping JMP model predictions positive?
Is there a way to force JMP to keep a model prediction (for instance, a "reaction time") positive (i.e., above zero)? I'm wondering if that constraint would help build a more realistic model for my data set.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs there a way to force JMP to keep a model prediction (for instance, a "reaction time") positive (i.e., above zero)? I'm wondering if that constraint would help build a more realistic model for my data set.
Hello,I need to run a descriptive analysis on a huge number of columns. To do so I made the following script :dt = Current Data Table();column_names = dt << Get Column Names(numeric,String);for(i=3,i<=NItems(column_names),i++, colName = column_names; cmd = Expr( ow = dt << Distribution( Continuous Distribution( Column( cName ) ), Where( :SEX == "F" ) ); owr = ow<<report; ); Substitute Int...
Hi, I am trying to validate that a data table contains a certain column name prior to creating graphs:hasname1 = 0;
for (colval == 1, colval <= Ncols(dt), colval++,
colName = Column Name(colval);
if ( colName == "name1",
hasname1 = 1; );
if (hasname1 == 1,
//create graph
);However, the comparison never returns true because "name1" is a string ...
I'd like to do something like an Excel VLOOKUP ---- where I'd like to populate an empty new column (New_Status) with values from the original column (STATUS) --- but some of the values need to be translated.... many of the original status entries do not state explicitly that the item is 'Open' but for my purposes they are open.... so I'd like a column that consolidates all the text that mean...
Hi, This is my first post in the forums.I am attempting to concatenate a number to a string for the purpose of saving a timestamp to an image name like so:ChartName << save picture ("file_name" || "date" || ".png", png);However, JSL will not allow the date information to be concatenated because it is an integer and not a string.I gather datetime information usingyyyy = year(today());hh = hour(to...
Is there a way to force JMP to keep a model prediction (for instance, a "reaction time") positive (i.e., above zero)? I'm wondering if that constraint would help build a more realistic model for my data set.
Hello, I'm trying to write a formula to select text that lies between the delimiters [ ].All text in my column appears as below:RinseAid[Apex.Rinse]*(Temp-130)RinseAid[AutoDri]*(Temp-130)RinseAid[Bright&Dry]*(Temp-130)RinseAid[Clarity]*(Temp-130)...I want to keep only the text between the [ ] symbols:Apex.RinseAutoDriBright&DryClarityBut using a formula such as below, Iget a mesage that the formu...
Hi,Kind of a newbie with JMP Scripting. Appreciate any help that I can get.Here are the steps that I'm trying to achieve. First I'm opening the excel file and within that excel file selecting a sheet. Then I'm applying few SQL statements to get a subset of the sheet;s data and naming that data setas Subset of Adherence. Following that is creation of log to which I'm writing all the control point...
Can the font of an Outline Box title be set (e.g. size, type, color)? I see there's nothing direct, but was wondering if there was some novel way to reference a TextBox (which can be set), etc? Since virtually every canned JMP chart seems to use an Outline Box by default, it would be slick if JMP would let us control the Outline Box font. I almost succeeded trying something different, but ran i...
I need to concat the date information with the file name, however during concat the date variable changes to sas or hexadecimal format. Thanks Gowri
Hello I have a sample of 159 individuals and I want to run an exploratory factor analysis and confirmatory factor analysis using SAS .How much individuals should I consider in ordrer to run both of them ? Is there a rule to choice?What are the SAS command associated?Can we do them by JMP,Thank you
I would like select in a data table some variables from a list that I have copied from a previous analysis or from another data table containing those names in cells. Would some body know a straightforward way to do that?ThanksYves
http://www.amstat.org/publications/jse/v14n3/langford.htmlGosh - I did not realize there were so many different ways to calculate percentiles! I just noticed my results from Excel (formula =percentile (array, percentile) and JMP (quantile plots and data) differed, and that led me to the above website, which identifies about 12 or more different methods! I am at a bit of a loss, for I often use res...
Hi all,I have data that does not transform to fit assumptions of normality and homoscedasticity needed to perform a two-way ANOVA. I have found information on how to run nonparametric tests that are the equivalent of one-way ANOVAs, but can't find a way to do a two-way nonparametric analysis. Suggested tests (from an online search) are Cochran Q and/or Friedman's test. Not sure if there is some ot...
I've just posted a JSL scripting challenge to the JMP Blog. Take the JMP Add-In challengeIf you think you've got what it takes, please submit an entry.I'm looking forward to seeing what you come up with!-Jeff
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-regression-anova-20f...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Do you need to formulate drug products to match a specific dissolution profile? Do you n...
Jump into Graphing Wednesday, Feb. 26 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hosted via...