How do I replace missing values in a column using Last Observation Carried Forward (LOCF), or K Nearest Neighbors (without JMP Pro)?
Hi JMP Community, I have a table with in the first column all days of the year and in the second column a significant number of missing values.I am looking for a solution to replace in the second column (or create a new 3rd column) the missing values by Last Observation Carried Forward (LOCF)? I cannot seem to find this functionality in JMP?Alternative, I would like to replace the missing values b...