firstLook              package:accuracy              R Documentation

_T_a_k_e _a _f_i_r_s_t _l_o_o_k _a_t _a _d_a_t_a_s_e_t

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

     This takes a first look at the multivariate structure of a dataset

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

             firstLook(x,forceType=TRUE)

_A_r_g_u_m_e_n_t_s:

       x: a data frame

forceType: whether to force non-numeric types for better exploration

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

     This is for initial data exploration. Currently it uses PCA,
     parallel coordinates, and a heatmap of the correlation matrix.

_V_a_l_u_e:

     a firstlook object suitable for printing or plotting

_A_u_t_h_o_r(_s):

     Micah Altman Micah_Altman\@harvard.edu <URL:
     http://www.hmdc.harvard.edu/micah_altman/>

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

     Altman, M., J. Gill and M. P. McDonald.  2003.  _Numerical Issues
     in Statistical Computing for the Social Scientist_.  John Wiley &
     Sons. <URL: http://www.hmdc.harvard.edu/numerical_issues/>

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

             print(fl<-firstLook(swiss))
             plot(fl)

