Hello, I calculated together as
StringReplace[ToString[h["ANOVATablePValues"], TraditionalForm],
"{" ~~ x___ ~~ "}" -> x]
It showed the error as: When I calculated separately, it was correct as:
ToString[h["ANOVATablePValues"], TraditionalForm]
StringReplace["\!\(\*FormBox[\({1.2943642097764646`*^-9}\),
TraditionalForm]\)", "{" ~~ x___ ~~ "}" -> x]
The results were:
{1.29436*10^-9}
and
1.29436*10^-9