-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanuscript.Rmd
82 lines (51 loc) · 1.27 KB
/
manuscript.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
title: "The Moderating Effect of Organizational Culture on the Impact of Organizational Learning Capability on Innovation Performance"
#subtitle: "using Structural Equation Modeling"
author: "author"
date: "`r Sys.Date()`"
output:
officedown::rdocx_document:
reference_docx: ./helper/custom-reference-doc.docx
number_sections: yes
df_print: kable
bibliography: references.bib
csl: ./helper/apa-6th-edition.csl
link-citations: yes
linkcolor: red
urlcolor: red
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
echo = FALSE,
message = FALSE,
warning = FALSE,
out.width = "100%",
fig.asp = 0.618,
fig.show = "hold",
fig.pos = "H",
fig.align = "center",
fig.showtext = TRUE,
dev = "ragg_png",
dpi = 600
)
options(digits = 3)
```
# Introduction
# Literature Review and Hypothesis
# Methodology
## Sample and Procedure
## Measures
## Data Analysis Method
# Empirical Results
## Descriptive statistics
## Common Method Variance
## Reliability and Validity
## Structural Path Model
## Mediation Test
## Moderation Test (Optional)
## Moderated Mediation (Optional)
# Discussion
## Implications
## Limitations and Directions for Future Research
\newpage
# References {.unnumbered}