Switch to unified view

a b/man/marginal.posterior.profile.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/marginal.posterior.profile.R
3
\name{marginal.posterior.profile}
4
\alias{marginal.posterior.profile}
5
\title{Function to get marginal posterior on -/0/+ profile}
6
\usage{
7
marginal.posterior.profile(pars = NULL, data.sub = NULL)
8
}
9
\arguments{
10
\item{pars}{A list object as returned by the function set.parameters}
11
12
\item{data.sub}{A 3-dimension array (N. SNPs x N. phenotypes x 3) with state likelihoods.}
13
}
14
\value{
15
pp. A 2-dimension array (N. Phenotypes x 3) with posterior probabilties.
16
}
17
\description{
18
Function to get marginal posterior on -/0/+ profile
19
}