ROC curve, probability , cut off
Hi, How do I find the cut off value from the probaility on the ROC. I had to adjust to get a better AUC. Thanks
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi, How do I find the cut off value from the probaility on the ROC. I had to adjust to get a better AUC. Thanks
I have a set of raw data csv files with metadata in the header that I want to concatenate and copy the header data into columns. I have been able to modify the "combine txt tables.jsl" script I found on this site to pull in the header data, transpose it and join it to the raw data table. The header data is contained within each raw data file on rows 2 through 29, and I transpose it to make the fir...
When using the FOR EACH ROW() command to step through each row in a table, does JMP just assume the Current Data Table? I've made a habit of issuing a Current Data Table("target_table") command prior to using the For Each Row(), just in case. I'm now wondering if this is necessary?
For example, I have a table: T A B1 7 2
3 3 1
5 5 3and would like to plot 2 control chart on A and B vs T with some specs: :A<<Set Property( "Spec Limits", {LSL( 2 ), USL( 9 ), Target( 5.5 )} );
:B<<Set Property( "Spec Limits", {LSL( 0 ), USL( 2 ), Target( 4 )} );
dt=Current Data Table();
dt<< Control Chart Builder(
Variables(
Y(:A,:B),
Subgroup(T)
)
); Here what I get: How I can delect the moving range par...
Graph was created using a saved script on the data table. Graph was modiliable, however, the text annotations are locked into place.Is there a simple way to unlock them if the graph size or axis ranges are changed? Alternately I can create new text annotations, but would need to delete the old ones. Thanks,Dave
Hi, How do I find the cut off value from the probaility on the ROC. I had to adjust to get a better AUC. Thanks
For example, I have a table: T A B1 7 2
3 3 1
5 5 3and would like to plot 2 control chart on A and B vs T with some specs: :A<<Set Property( "Spec Limits", {LSL( 2 ), USL( 9 ), Target( 5.5 )} );
:B<<Set Property( "Spec Limits", {LSL( 0 ), USL( 2 ), Target( 4 )} );
dt=Current Data Table();
dt<< Control Chart Builder(
Variables(
Y(:A,:B),
Subgroup(T)
)
); Here what I get: How I can delect the moving range par...
Hi, I want to create a DOE that will include replicates of the same level and that the model has interactions as well as quadratic for 4 factors out of 5. The reason why is that each run, you can obtain 3 independent results. I just want to know if with this approach the number of run will be n/3 becuase I will obtain 3 results in 1 run. Thank you, Vanessa
I've been having an intermitant problem with adding legends to variability plots. Typically, before I plot I will assign row colors and markers within the data table. Then I make my varibility plot and add a row legend. I want it to use the marker and color assignments I've already added in my table, so I select "None" under Colors and Markers. Some of the times it does exactly what I want it to d...
Hi there,we are facing some problems with matched pairs analysis right now.
Our situation:
4 groups with 16 patients each, the 1st patient of group 1 is matched to the 1st patient of group 2,3 and 4 and accordingly patients 2 -16 are matched.For each patient we have 58 metabolic regions that need to be compared within the 1st patients of all groups, the 2nd patients of all groups, and so on... Our q...
I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed. The question...
Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”. Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...
I'm working with a dataset of about 27,000 rows and am trying to use 9 factors to predict a response using the partition function and a decision tree. I'm using both k-means and validation. When I tell JMP to Go, it will split 100-200 times, however the Split History shows me very little improvement after about 20 splits. For what I'm trying to do, I want to back up to the 20th split, but I don'...
I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors. I need to get JMP Pro before trying out JMP's implementation. I'm doing all the analysis in R at present. Does JMP Pro also include group lasso? I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso. F...
// For a contingency table report, swap the x and y
// currently can swap the mosaic plot only
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
myr = Contingency( Y( :Age ), X( :sex ) );
// Have to have a Contingency Analysis report open
// Can add test to make sure it is open in the future
myr = Current Report();
// taking apart CrossTabBox was easier using XML than JSL
...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...