Your Personality Test Results

d <- personr:::score.numeric(responses)

The theory behind this test analyses personality into 5 traits or factors. Below is your score on each factor (on a scale from 1 to 5):

personr:::plot_score(d)

The first factor is labelled as Agreeableness. A person high in agreeableness is friendly and optimistic. Low scorers are critical and aggressive.

In the plot below, your score on this factor is compared with other people's scores. The plot displays a distribution of these people's scores on this factor. The percentage on this plot tells the percentage of people whose scores are lower than yours. The same goes for other factors.

personr:::interpret(d, "Agreeableness")

The second factor is labelled as Conscientiousness. Individuals who score high on this factor are careful and diligent. Low scorers are impulsive and disorganized.

personr:::interpret(d, "Conscientiousness")

The third factor is labelled as Emotional Stability. This factor is often referred to by other names, such as Neruoticism or Negative Emotionality (in these two cases interpretations are inverted, as Neruoticism and Negative Emotionality can be though of as the opposite of Emotional Stability).

personr:::interpret(d, "Emotional Stability")

The fourth factor is labelled as Extroversion, it is sometimes given other names, such as Surgency or Positive Emotionality. Individuals who score high on this factor are outgoing and social. Individuals who score low tend to be shut-ins.

personr:::interpret(d, "Extroversion")

The fifth factor is labelled as Intellect/Imagination. This factor is also often called Openness to Experience. People who score low tend to be traditional and conventional.

personr:::interpret(d, "Intellect/Imagination")


Try the personr package in your browser

Any scripts or data that you put into this service are public.

personr documentation built on July 2, 2020, 2:12 a.m.