X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fparafit.Rd;h=9a1c1560eba792b2ff31d62587c02da79cc6f9de;hb=b9e04a6e6af3beda74b916eda00b42ac38875563;hp=b819656c6971e134baf1eaee17f94b5d490657fe;hpb=df2d6bcb931ba3b5fa7b327176e5793908d6c8fd;p=ape.git diff --git a/man/parafit.Rd b/man/parafit.Rd index b819656..9a1c156 100644 --- a/man/parafit.Rd +++ b/man/parafit.Rd @@ -24,7 +24,7 @@ parafit(host.D, para.D, HP, nperm = 999, test.links = FALSE, \item{test.links }{ \code{test.links = TRUE} will test the significance of individual host-parasite links. Default: \code{test.links = FALSE}. } \item{seed }{ \code{seed = NULL} (default): a seed is chosen at random by the function. That seed is used as the starting point for all tests of significance, i.e. the global H-P test and the tests of individual H-P links if they are requested. Users can select a seed of their choice by giving any integer value to \code{seed}, for example \code{seed = -123456}. Running the function again with the same seed value will produce the exact same test results. } \item{correction}{ Correction methods for negative eigenvalues (details below): \code{correction="lingoes"} and \code{correction="cailliez"}. Default value: \code{"none"}. } - \item{silent}{ Informative messages and the time to compute the tests will not be written to the R console if silent=TRUE. Useful when the function is called by a numerical simulation function. } + \item{silent}{ Informative messages and the time to compute the tests will not be written to the \R console if silent=TRUE. Useful when the function is called by a numerical simulation function. } } \details{