iqitems                package:psych                R Documentation

_1_4 _m_u_l_t_i_p_l_e _c_h_o_i_c_e _I_Q _i_t_e_m_s

_D_e_s_c_r_i_p_t_i_o_n:

     14 multiple choice ability items  were included as part of the
     Synthetic Aperture Personality Assessment (SAPA) web based
     personality assessment project.  The data from 1000 subjects are
     included here as a demonstration set for scoring multiple choice
     inventories and doing basic item statistics.

_U_s_a_g_e:

     data(iqitems)

_F_o_r_m_a_t:

     A data frame with 1000 observations on the following 14 variables.

     '_i_q_1' In the following number series, what number comes next?  

     '_i_q_8' Please mark the word that does not match the other words:

     '_i_q_1_0' If you rearrange the letters ATNHIDLA, you will have the
          name of a: 

     '_i_q_1_5' If Jerks are Perks and some Perks are Lerks, then some
          Jerks are definitely Lerks. This statement is:

     '_i_q_2_0' How many total legs do two ducks and three dogs have?

     '_i_q_4_4' Matrix reasoning 2

     '_i_q_4_7' Matrix reasoning 5

     '_i_q_2' In the following number series, what number comes next?   1
          2 4 7 12

     '_i_q_1_1' The opposite of a 'stubborn' person is a '      '  person. 

     '_i_q_1_6' Zach is taller than Matt and Richard is shorter than Zach.
          Which of the following statements would be most accurate?

     '_i_q_3_2' If the day before yesterday is three days after Saturday
          then what day is today?

     '_i_q_3_7' In the following alphanumeric series, what letter comes
          next? Q, S, N, P, L

     '_i_q_4_3' Matrix Reasoning 1

     '_i_q_4_9' Matrix Reasoning 9

_D_e_t_a_i_l_s:

     14 items were sampled from 54 items given as part of the SAPA
     project to develop online measures of ability.

_S_o_u_r_c_e:

     <URL: http://personality-project.org>

_R_e_f_e_r_e_n_c_e_s:

_E_x_a_m_p_l_e_s:

     data(iqitems)
     iq.keys <- c(4,4,3,1,4,3,2,3,1,4,1,3,4,3)
     score.multiple.choice(iq.keys,iqitems)

