Remove Upper and Lower 95% from means and std plot
Hi all, I have this function for making a bivariate plot, with means and std. However, I need to remove the Lower 95% and Upper 95% from the table. I tried making it manually but I don't know how to incorporate it with the function. Please help
This is the function:New Window( "Tmp Window",
vc = Oneway(
Y( :Param ),
X( :Param1 ),
Means and Std
...