SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
  • 1.  Best statistical approach for analysis

    Posted Thu February 16, 2023 01:07 PM

    I have to make an analysis of data collected from a lab experiment and I'm trying to find the best method and statistical approach to tackle it.

    To summarize the test: It was done over an approximate 24hr period (8hrs every day) logging/collecting data every 6 seconds. The data collected was power output from a laser.

    My original plan was to do a simple population analysis to observe the deviation from the expected (10W). It turns out that the output power has a lower value during the start time before it stabilizes and I'm wondering how I can better approach. I was thinking of just not including the first 3-5 minutes of each daily test run but then I have missing data, no good.

    As you can see from the attached data, data points on rows 1, 4451, 7501, 9948 are new starting points for each day. Any help or suggestions on how to approach this will be appreciated.



    ------------------------------
    Jose A Valerio
    ------------------------------


  • 2.  RE: Best statistical approach for analysis

    Posted Thu February 16, 2023 01:18 PM
      |   view attached

    See attachment.



    ------------------------------
    Jose A Valerio
    ------------------------------

    Attachment(s)

    sav
    PowerOutSN2825.sav   313 KB 1 version


  • 3.  RE: Best statistical approach for analysis

    Posted Thu February 16, 2023 04:23 PM

    I am by no means an expert, but when I saw the data it seemed to resemble a process control study (in SPSS, see here for example).

    SPCHART  /XS=PowerW BY TstDay /RULES=All
      /ID=Timesec  /CAPSIGMA=SBAR /SIGMAS=3  /MINSAMPLE=2.

    I'm not saying this is exactly the syntax you would run. I don't know what rules would matter; that would be your decision.



    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 4.  RE: Best statistical approach for analysis

    Posted Fri February 17, 2023 08:58 AM

    Thanks you much appreciated, I think this is exactly what I needed.



    ------------------------------
    Jose A Valerio
    ------------------------------