is_FIPS_simulation.RdThis function returns TRUE for FIPS_df if a simulation has been run on it,
and FALSE for all other objects, including regular data frames.
is_FIPS_simulation(x)An object
TRUE if the object inherits from the inherits(x, "FIPS_df") & attr(x, "simmed") .