fakeln                package:BSagri                R Documentation

_A _s_i_m_u_l_a_t_e_d _d_a_t_a _s_e_t _o_f _l_o_g_n_o_r_m_a_l _d_a_t_a

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

     A simulated data set of lognormal data, could be concentrations

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

     data(fakeln)

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

     A data frame with 32 observations on the following 2 variables.

     '_C_o_n_c_m_u_g' a numeric vector, serving as response variable

     '_T_r_e_a_t' a factor with levels 'N' 'S' 'Sa' 'Sb'

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

     data(fakeln)
     boxplot(Concmug ~ Treat, data=fakeln)

