cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Boots2011
Level II

How to run stats on C:N ratios

Hi everyone,

In my research I am examining Carbon:Nitrogen ratios. I have been unable to figure out how to run a statistical analysis on these ratios, and maybe it is not possible, I do not know. Attached is my data. Any guidance on this would be appreciated.

 

Thank you

Laura

2 REPLIES 2
ZF
ZF
Level III

Re: How to run stats on C:N ratios

I change the ratio column to numeric values use the formula below, then you can run statistical analysis on this transformed column.

Num(Left(:Ratio, 2))

on the numeric vales.

ian_jmp
Level X

Re: How to run stats on C:N ratios

Whatever analysis you have in mind, I would suggest starting with some 'simple' graphs (reading the appropriate documentation if you need to). As an example (not a recommendation):

Screenshot 2021-09-10 at 14.31.33.png

Since you know what the variables actually mean and what questions you want to address, you should soon be able to find a useful way to look at the data.

Recommended Articles