Does python write data from memory to JMP only in a circular form?
import jmp;file_path = r"C:\0\test.txt"
data = []
with open(file_path, 'r') as file:
for line in file:
row = line.strip().split('\t')
...
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesimport jmp;file_path = r"C:\0\test.txt"
data = []
with open(file_path, 'r') as file:
for line in file:
row = line.strip().split('\t')
...
Dear JMP community, I found that when fitting a multiple linear regression (y ~ X1 + X2, X1 is a continuous and X2 is a categorical variable), by def...
Jogger560I want to try out different parameters in neural network fitting like number of hidden layers, no. of neurons, activation functions, holdback proporti...
RaviintelThis is my view of (and possibly an update to?) old post by @LandraRobertson Getting fast helpful answers to your questions as a person who answers qu...
jthiThis is my first time posting in search of help. I am currently running JMP 17.1.0 and I cannot get the "Hide ODBC Connection Strings" in the preferen...
Name2AcessForumimport jmp;file_path = r"C:\0\test.txt"
data = []
with open(file_path, 'r') as file:
for line in file:
row = line.strip().split('\t')
...
This is my view of (and possibly an update to?) old post by @LandraRobertson Getting fast helpful answers to your questions as a person who answers qu...
jthiThis is my first time posting in search of help. I am currently running JMP 17.1.0 and I cannot get the "Hide ODBC Connection Strings" in the preferen...
Name2AcessForumHello,Maybe an easy question!I have 6 mixture components. I am interested in finding the effect of two of them on the response. There is also process ...
MarkovVaribles1I actually compare the different ways to GET and POST. python's asyncio asynchronous download is much faster. But the JSL code is very concise.
lalaI am trying to build a growth curve based on two repeats I created the graph using graph builder and when I tried to analyze the graph to do curve fit...
RankFilterWhaleHello JMP Community, I hope this message finds you well. I’m reaching out to the community with a specific inquiry about leveraging JMP for big data ...
leoarthurHi, I have a multinomial logistic regression of 3 classes: 0, 1, and 2 and have associated individual models (via Fit Y by X) for N parameters. I am ...
altug_bayramDear JMP community,I am presented with a problem of building a model using over-dispersed zero-inflated count data. I hope you can help me with this.I...
stat_rangerOut of curiosity, has anyone ever managed to create something like a flame graph ( https://www.brendangregg.com/flamegraphs.html ) using Graph Builder...
BHarrisErfahren Sie, wie Sie ganz einfach, ohne Skript oder Codierung, ein einziges, präsentationsbereites...
Découvrez comment créer facilement un tableau de bord unique prêt à être présenté afin d'exécuter et...
Learn how to easily, with no scripting or coding required, build a single presentation-ready dashboa...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...