daDoctoR/man/strobe_pred.Rd

33 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-11 16:31:46 +02:00
% Generated by roxygen2: do not edit by hand
2021-06-11 13:43:56 +02:00
% Please edit documentation in R/strobe_pred.R
2018-10-11 16:31:46 +02:00
\name{strobe_pred}
\alias{strobe_pred}
\title{OBSOLETE - use 'print_pred'}
2018-10-11 16:31:46 +02:00
\usage{
strobe_pred(meas, adj, data, dec = 2, n.by.adj = FALSE, p.val = FALSE)
2018-10-11 16:31:46 +02:00
}
\arguments{
\item{meas}{binary outcome measure variable, column name in data.frame as a string. Can be numeric or factor. Result is calculated accordingly.}
2018-10-11 16:31:46 +02:00
\item{adj}{variables to adjust for, as string.}
\item{data}{dataframe of data.}
\item{dec}{decimals for results, standard is set to 2. Mean and sd is dec-1.}
2018-10-12 11:26:20 +02:00
\item{n.by.adj}{flag to indicate whether to count number of patients in adjusted model or overall for outcome measure not NA.}
2019-11-12 14:12:27 +01:00
2019-11-13 10:05:53 +01:00
\item{p.val}{flag to include p-values in table, set to FALSE as standard.}
2018-10-11 16:31:46 +02:00
}
\description{
Regression model of predictors according to STROBE, bi- and multivariable.
}
\details{
2019-11-13 12:08:32 +01:00
Printable table of regression model according to STROBE for linear or binary outcome-variables.
Includes both bivariate and multivariate in the same table.
2019-11-13 12:08:32 +01:00
Output is a list, with the first item being the main "output" as a dataframe.
Automatically uses logistic regression model for dichotomous outcome variable and linear regression model for continuous outcome variable. Linear regression will give estimated adjusted true mean in list.
2019-12-13 12:39:42 +01:00
For logistic regression gives count of outcome variable pr variable level.
2018-10-11 16:31:46 +02:00
}
\keyword{logistic}