0% found this document useful (0 votes)
23 views3 pages

SPSS and Computer Shortcuts

### Microsoft Office Applications Commands: - **Microsoft Word, Excel, PowerPoint:** Essential commands for document/spreadsheet/presentation creation, editing, formatting (`Ctrl + N`, `Ctrl + S`, `Ctrl + C`, etc.). ### SPSS Methods for Hypothesis Testing: - **SPSS:** Input data, define variables, compute descriptive statistics, choose appropriate hypothesis test (e.g., t-test, ANOVA), interpret results for statistical significance.

Uploaded by

bhat amir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

SPSS and Computer Shortcuts

### Microsoft Office Applications Commands: - **Microsoft Word, Excel, PowerPoint:** Essential commands for document/spreadsheet/presentation creation, editing, formatting (`Ctrl + N`, `Ctrl + S`, `Ctrl + C`, etc.). ### SPSS Methods for Hypothesis Testing: - **SPSS:** Input data, define variables, compute descriptive statistics, choose appropriate hypothesis test (e.g., t-test, ANOVA), interpret results for statistical significance.

Uploaded by

bhat amir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Certainly!

Here are some commonly used commands for various Microsoft Office
applications:

### Microsoft Word:


1. **Create a new document**: `Ctrl + N`
2. **Open an existing document**: `Ctrl + O`
3. **Save the current document**: `Ctrl + S`
4. **Print the document**: `Ctrl + P`
5. **Undo the last action**: `Ctrl + Z`
6. **Redo the last undone action**: `Ctrl + Y`
7. **Select all**: `Ctrl + A`
8. **Copy**: `Ctrl + C`
9. **Cut**: `Ctrl + X`
10. **Paste**: `Ctrl + V`
11. **Bold**: `Ctrl + B`
12. **Italic**: `Ctrl + I`
13. **Underline**: `Ctrl + U`
14. **Align text left**: `Ctrl + L`
15. **Align text center**: `Ctrl + E`
16. **Align text right**: `Ctrl + R`
17. **Insert a hyperlink**: `Ctrl + K`
18. **Find**: `Ctrl + F`
19. **Replace**: `Ctrl + H`
20. **Insert a page break**: `Ctrl + Enter`

### Microsoft Excel:


1. **Create a new workbook**: `Ctrl + N`
2. **Open an existing workbook**: `Ctrl + O`
3. **Save the current workbook**: `Ctrl + S`
4. **Print the workbook**: `Ctrl + P`
5. **Undo**: `Ctrl + Z`
6. **Redo**: `Ctrl + Y`
7. **Select all**: `Ctrl + A`
8. **Copy**: `Ctrl + C`
9. **Cut**: `Ctrl + X`
10. **Paste**: `Ctrl + V`
11. **Bold (in a cell)**: `Ctrl + B`
12. **Italic (in a cell)**: `Ctrl + I`
13. **Underline (in a cell)**: `Ctrl + U`
14. **Insert a new worksheet**: `Shift + F11`
15. **Navigate to the next worksheet**: `Ctrl + Page Down`
16. **Navigate to the previous worksheet**: `Ctrl + Page Up`
17. **AutoSum**: `Alt + =`
18. **Insert current date**: `Ctrl + ;`
19. **Insert current time**: `Ctrl + Shift + ;`
20. **Open the Format Cells dialog box**: `Ctrl + 1`

### Microsoft PowerPoint:


1. **Create a new presentation**: `Ctrl + N`
2. **Open an existing presentation**: `Ctrl + O`
3. **Save the presentation**: `Ctrl + S`
4. **Print the presentation**: `Ctrl + P`
5. **Undo**: `Ctrl + Z`
6. **Redo**: `Ctrl + Y`
7. **Select all**: `Ctrl + A`
8. **Copy**: `Ctrl + C`
9. **Cut**: `Ctrl + X`
10. **Paste**: `Ctrl + V`
11. **Bold**: `Ctrl + B`
12. **Italic**: `Ctrl + I`
13. **Underline**: `Ctrl + U`
14. **Start the slideshow from the beginning**: `F5`
15. **Insert a new slide**: `Ctrl + M`
16. **Duplicate the current slide**: `Ctrl + D`
17. **Move to the next slide**: `Page Down`
18. **Move to the previous slide**: `Page Up`
19. **Insert a shape**: `Ctrl + M`
20. **Insert a picture**: `Ctrl + M`

These commands should help you get started with basic operations across Microsoft Office
applications. Adjustments might be needed based on your specific version and configuration.

SPSS (Statistical Package for the Social Sciences) is a powerful software tool commonly
used for statistical analysis and hypothesis testing. Here’s a step-by-step guide on how to
conduct hypothesis testing using SPSS:

### Steps for Hypothesis Testing in SPSS:

1. **Data Input:**
- Enter your data into SPSS or import it from a file (e.g., Excel, CSV).

2. **Variable Definition:**
- Define your variables as appropriate types (numeric, string, etc.) and assign value labels
if needed.

3. **Descriptive Statistics:**
- Before hypothesis testing, it’s often helpful to examine descriptive statistics to understand
your data. This includes measures like mean, standard deviation, median, and frequency
distributions.
- Go to `Analyse` > `Descriptive Statistics` > `Descriptives`.
- Select the variables of interest and click `OK`.

4. **Choose Hypothesis Test:**


- Depending on your research question and type of data, choose an appropriate
hypothesis test:
- **Parametric Tests** (for numerical data with assumptions of normality and homogeneity
of variances):
- **Independent Samples t-test**: Compares means of two independent groups.
- **Paired Samples t-test**: Compares means of two related groups (paired data).
- **One-Way ANOVA**: Compares means of more than two independent groups.
- **Repeated Measures ANOVA**: Compares means of more than two related groups.
- **Non-Parametric Tests** (for ordinal or non-normal data):
- **Mann-Whitney U test**: Compares medians of two independent groups.
- **Wilcoxon Signed-Rank test**: Compares medians of two related groups.
- **Kruskal-Wallis test**: Compares medians of more than two independent groups.

5. **Perform Hypothesis Test:**


- Navigate to the appropriate analysis menu in SPSS:
- For example, for an Independent Samples t-test:
- Go to `Analyse` > `Compare Means` > `Independent-Samples T Test`.
- Select your dependent and grouping variables.
- Click `OK` to run the test and view the results.

6. **Interpret Results:**
- SPSS will generate output tables that include test statistics (e.g., t-value, F-value),
p-values, means, and confidence intervals.
- Evaluate the p-value:
- If p < α (typically 0.05), reject the null hypothesis (significant result).
- If p ≥ α, fail to reject the null hypothesis (non-significant result).

7. **Report Findings:**
- Report the results of your hypothesis test, including the test statistic, degrees of freedom,
p-value, and any relevant effect sizes or confidence intervals.

8. **Save Output:**
- Save your SPSS output (e.g., as a PDF or SPSS file) for future reference or reporting.

### Tips:
- Ensure your data meets the assumptions of the chosen hypothesis test (e.g., normality,
independence, equal variances).
- Use appropriate post-hoc tests (e.g., Tukey’s HSD for ANOVA) if conducting multiple
comparisons.
- Consult statistical textbooks or resources for guidance on selecting and interpreting
hypothesis tests.

By following these steps, you can effectively use SPSS for hypothesis testing and draw valid
conclusions from your data analysis.

You might also like