Moved and translated learn_partition_modified
This commit is contained in:
parent
4597924e01
commit
447875bd87
4 changed files with 875 additions and 0 deletions
17
man/admix1.Rd
Normal file
17
man/admix1.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/admix1.R
|
||||
\name{admix1}
|
||||
\alias{admix1}
|
||||
\title{Admixture analysis}
|
||||
\usage{
|
||||
admix1(tietue)
|
||||
}
|
||||
\arguments{
|
||||
\item{tietue}{record}
|
||||
}
|
||||
\description{
|
||||
Admixture analysis
|
||||
}
|
||||
\details{
|
||||
If the record == -1, the mixture results file is loaded. Otherwise, will the required variables be retrieved from the record fields?
|
||||
}
|
||||
21
man/learn_partition_modified.Rd
Normal file
21
man/learn_partition_modified.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/admix1-learn_partition_modified.R
|
||||
\name{learn_partition_modified}
|
||||
\alias{learn_partition_modified}
|
||||
\title{Learn partition (modified)}
|
||||
\usage{
|
||||
learn_partition_modified(ordered)
|
||||
}
|
||||
\arguments{
|
||||
\item{ordered}{ordered}
|
||||
}
|
||||
\value{
|
||||
part
|
||||
}
|
||||
\description{
|
||||
This function is called only if some individual has less than
|
||||
90 per cent non-missing data. The function uses fuzzy clustering for the
|
||||
"non-missingness" values, finding maximum three clusters. If two of the
|
||||
found clusters are such that all the values are >0.9, then those two are
|
||||
further combined.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue