# Prepare data
data(aging)
data(ga)
data(phenotype)
# Identify placental aging
set.seed(1)
ipla(aging, ga, phenotype)
## Conduct statistical test
set.seed(1)
ipla(aging, ga, phenotype, method = "Mann-Whitney U")
## Conduct statistical test for a specific range of GA
set.seed(1)
ipla(aging, ga, phenotype, method = "Mann-Whitney U", from = 5, to = 20)
Run the code above in your browser using DataLab