---
title: "家庭動態社會調查五波次歷年自評家庭、婚姻滿意度分數"
output:
flexdashboard::flex_dashboard:
orientation: columns
source_code: embed
---
```{r}
load("psfddata4.Rda")
load("psfdPlot4.Rda")
```
Column
-------------------------------------
### family
```{r}
graph4$family_satis2
```
Column
-------------------------------------
### marry
```{r}
graph4$marry_satis2
```