print.bootci package:boot R Documentation _P_r_i_n_t _B_o_o_t_s_t_r_a_p _C_o_n_f_i_d_e_n_c_e _I_n_t_e_r_v_a_l_s _D_e_s_c_r_i_p_t_i_o_n: This is a method for the function 'print()' to print objects of the class '"bootci"'. _U_s_a_g_e: ## S3 method for class 'bootci': print(x, hinv = NULL, ...) _A_r_g_u_m_e_n_t_s: x: The output from a call to 'boot.ci'. hinv: A transformation to be made to the interval end-points before they are printed. ...: further arguments passed to or from other methods. _D_e_t_a_i_l_s: This function prints out the results from 'boot.ci' in a "nice" format. It also notes whether the scale of the intervals is the original scale of the input to 'boot.ci' or a different scale and whether the calculations were done on a transformed scale. It also looks at the order statistics that were used in calculating the intervals. If the smallest or largest values were used then it prints a message 'Warning : Intervals used Extreme Quantiles' Such intervals should be considered very unstable and not relied upon for inferences. Even if the extreme values are not used, it is possible that the intervals are unstable if they used quantiles close to the extreme values. The function alerts the user to intervals which use the upper or lower 10 order statistics with the message 'Some intervals may be unstable' _V_a_l_u_e: The object 'ci.out' is returned invisibly. _S_e_e _A_l_s_o: 'boot.ci'