Skip to content

RIDIT scoring in R

2 messages · Tom Woolman, Bert Gunter

#
Hi everyone.

I'd like to perform RIDIT scoring of a column that consists of ordinal  
values, but I don't have a comparison dataset to use against it as  
required by the Ridit::ridit function.

As a question of best practice, could I use a normally distributed  
frequency distribution table generated by the rnorm function for use  
as comparison data for RIDIT scoring?

Or would I be better off using a 2nd ordinal variable from the same  
dataframe for comparison?



Thanks in advance!
#
Generally speaking, statistical questions like this are O/T here. This list
is mostly about R programming issues. While there is a non-null
intersection, I would nevertheless suggest that you post on
stats.stackexchange.com instead.

Cheers,
Bert

Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Mon, Sep 14, 2020 at 4:55 PM Tom Woolman <twoolman at ontargettek.com>
wrote: