Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jackandrew
  • Content: Threads
  • Order by date
  1. jackandrew

    Why do stat publications use std err or tvals instead of pvals?

    Not exactly a "technical" question as much as a mathematical or formatting one. I've read many publications where statistical results are provided in figures or tables. Seldom have I seen the use of p-values to explain statistical significance, instead standard errors or t-values are shown...
  2. jackandrew

    Rearrange pre-existing workfile

    I have a program that creates many workfiles in this order: 1 2 3 4 ... 9 10 How do I get them into this order: 1 2 . . . 9 10 I want to use a macro so I can update and merge multiple work files quickly. It is the same as: data a; input var1 @@; datalines; 1 2 3 4 ... 9 10 but without the...

Part and Inventory Search

Back
Top