SIM3DATA           package:PresenceAbsence           R Documentation

_S_i_m_u_l_a_t_e_d _P_r_e_s_e_n_c_e-_A_b_s_e_n_c_e _D_a_t_a

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

     This data set was generated using the
     'presence.absence.simulation()' function. It consists of plotID,
     observed presence-absence values, and the simulated probability
     predictions of three different models, for 1000 plots.

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

     data(SIM3DATA)

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

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

     '_p_l_o_t_I_D' a numeric vector

     '_O_b_s_e_r_v_e_d' a numeric vector of 0-1 values

     '_P_r_e_d_i_c_t_e_d_1' a numeric vector of predicted probabilities

     '_P_r_e_d_i_c_t_e_d_2' a numeric vector of predicted probabilities 

     '_P_r_e_d_i_c_t_e_d_3' a numeric vector of predicted probabilities 

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

     simulated with the presence.absence.simulation function . See
     'Example 2' frpm link{presence.absence.simulation} help file for
     more details.

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

     data(SIM3DATA)

