R/fsh.R

Defines functions fsh

fsh=function() 
{
# 
# P. Rossi
# revision history: 3/27/05
#
# Purpose:
#  function to flush console (needed only under windows)
#
if (Sys.info()[1] == "Windows") flush.console()
return()
}

Try the bayesm package in your browser

Any scripts or data that you put into this service are public.

bayesm documentation built on Sept. 24, 2023, 1:07 a.m.