This commit is contained in:
agdamsbo 2018-10-10 11:50:28 +02:00
parent 2907028382
commit ac0f8a11d6
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#' @keywords cpr
#' @export
#' @examples
#' strobe_diff_byvar()
#' strobe_diff_twodim()
strobe_diff_twodim<-function(meas,group,adj,data,dec=2){
## meas: sdmt

View File

@ -21,6 +21,6 @@ strobe_diff_twodim(meas, group, adj, data, dec = 2)
Printable table of regression analysis by group for meas. Detects wether to perform logistic or linear regression.
}
\examples{
strobe_diff_byvar()
strobe_diff_twodim()
}
\keyword{cpr}