X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Flmorigin.Rd;h=d21d484e0af55148c438fd2f16824ceb5794dc6a;hb=fab4946bb5d41cd408dffd4b66aae8a697690cfa;hp=9ed8b855fd77e5f902ac05857513d191c452a5e0;hpb=ec583c49cd4cd16ef8ce151d36dcddc9de7c0e7f;p=ape.git diff --git a/man/lmorigin.Rd b/man/lmorigin.Rd index 9ed8b85..d21d484 100644 --- a/man/lmorigin.Rd +++ b/man/lmorigin.Rd @@ -21,7 +21,7 @@ lmorigin(formula, data, origin=TRUE, nperm=999, method=NULL, silent=FALSE) \item{nperm}{ Number of permutations for the tests. If \code{nperm = 0}, permutation tests will not be computed. The default value is \code{nperm = 999}. For large data files, the permutation test is rather slow since the permutation procedure is not compiled. } \item{method}{ \code{method = "raw"} computes t-tests of the regression coefficients by permutation of the raw data. \code{method = "residuals"} computes t-tests of the regression coefficients by permutation of the residuals of the full model. If \code{method = NULL}, permutation of the raw data is used to test the regression coefficients in regression through the origin; permutation of the residuals of the full model is used to test the regression coefficients in ordinary multiple regression. } - \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{