print.boot package:boot R Documentation _P_r_i_n_t _a _S_u_m_m_a_r_y _o_f _a _B_o_o_t_s_t_r_a_p _O_b_j_e_c_t _D_e_s_c_r_i_p_t_i_o_n: This is a method for the function print for objects of the class '"boot"'. _U_s_a_g_e: ## S3 method for class 'boot': print(x, digits = getOption("digits"), index = 1:ncol(boot.out$t), ...) _A_r_g_u_m_e_n_t_s: x: A bootstrap output object of class '"boot"' generated by one of the bootstrap functions. digits: The number of digits to be printed in the summary statistics. index: Indices indicating for which elements of the bootstrap output summary statistics are required. ...: further arguments passed to or from other methods. _D_e_t_a_i_l_s: For each statistic calculated in the bootstrap the original value and the bootstrap estimates of its bias and standard error are printed. If 'boot.out$t0' is missing (such as when it was created by a call to 'tsboot' with 'orig.t=FALSE') the bootstrap mean and standard error are printed. If resampling was done using importance resampling weights, then the bootstrap estimates are reweighted as if uniform resampling had been done. The ratio importance sampling estimates are used and if there were a number of distributions then defensive mixture distributions are used. In this case an extra column with the mean of the observed bootstrap statistics is also printed. _V_a_l_u_e: The bootstrap object is returned invisibly. _S_e_e _A_l_s_o: 'boot', 'censboot', 'imp.moments', 'plot.boot', 'tilt.boot', 'tsboot'