mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 08:32:04 +02:00
(v0.7.1.9071) p_symbol()
This commit is contained in:
@ -3,9 +3,12 @@
|
||||
\name{AMR-deprecated}
|
||||
\alias{AMR-deprecated}
|
||||
\alias{as.atc}
|
||||
\alias{p.symbol}
|
||||
\title{Deprecated functions}
|
||||
\usage{
|
||||
as.atc(x)
|
||||
|
||||
p.symbol(...)
|
||||
}
|
||||
\description{
|
||||
These functions are so-called '\link{Deprecated}'. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by (if there is one).
|
||||
|
@ -1,10 +1,10 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/p.symbol.R
|
||||
\name{p.symbol}
|
||||
\alias{p.symbol}
|
||||
% Please edit documentation in R/p_symbol.R
|
||||
\name{p_symbol}
|
||||
\alias{p_symbol}
|
||||
\title{Symbol of a p value}
|
||||
\usage{
|
||||
p.symbol(p, emptychar = " ")
|
||||
p_symbol(p, emptychar = " ")
|
||||
}
|
||||
\arguments{
|
||||
\item{p}{p value}
|
Reference in New Issue
Block a user