Displaying 2 results from an estimated 2 matches for "porg".
Did you mean:
org
2001 Apr 13
2
Help, guys! Codeweavers Wine error.
...ow do I restart it? Logging in and out as user, in and out as root,
and rebooting did nothing.
I've had to resort to using (shudder) a Win dose to use Agent again.
I HATE that!
Help me, please, to restart my wineserver.
Cybe R. Wizard
--
Unofficial "Wizard of Odds", A.H.P.
Original PORG Water Wizard, R.P.
Ship's "Other Wizard", Bad Ship "BetNoirian", A.C.
Barely Tolerated Wizard, A.J.L & A.A.L
2008 Nov 23
4
help needed
hi I have a matrix (10x10) and I have to perform t tests on each row by
considering first 5 elements as data set A and next 5 as data set B. This
part is easy, However after one t test on each row, I have to randomly
permute each column to get new values for each row and then perform another
t.test. I can permute the column randomly using the function sample(x) but i
am having problem in fitting