Skip to main content

Home/ Groups/ isrdataanalysts
robertm50

SQL SERVER - Solution to Puzzle - Simulate LEAD() and LAG() without Using SQL Server 20... - 0 views

  •  
    "CASE WHEN N%2=1 THEN MAX(CASE WHEN N%2=0 THEN SalesOrderDetailID END) OVER (Partition BY (N+1)/2) ELSE MAX(CASE WHEN N%2=1 THEN SalesOrderDetailID END) OVER (Partition BY N/2) END LeadVal, CASE WHEN N%2=1 THEN MAX(CASE WHEN N%2=0 THEN SalesOrderDetailID END) OVER (Partition BY N/2) ELSE MAX(CASE WHEN N%2=1 THEN SalesOrderDetailID END) OVER (Partition BY (N+1)/2) END LagVal FROM T1"
robertm50

Python execute External Application. How? - 0 views

  •  
    MrBlueSky wrote: Use the system command, for example: Code: os.system("ls -l")
robertm50

stata for sas users - 2 views

  •  
    stata for sas users
robertm50

SQ: Stata module for sequence analysis - 0 views

  • term sq refers to sequence data and to the commands for analyzing these data. Sequences are entities build by
    • robertm50
       
      test stick note
    • robertm50
       
      floating stick note
jamielgriffin

Multiple Imputation In Stata - 1 views

  •  
    Guide to MI in Stata from UW-Madison Social Science Computing Cooperative
robertm50

Home - RStudio - 1 views

  • tudio IDE is a powerful and productive user interface for R. It’s free and open source, and works
    • robertm50
       
      Floating
‹ Previous 21 - 40 of 40
Showing 20 items per page