Description Usage Arguments Value Examples
Obtain the T-value and P-value for any parameter in a model, given a hypothesised mean.
1 |
var_name |
the variable to find the t-value for, in the form "educ" or "exper" etc. |
df |
the dataframe which the model is based upon, e.g. my_data or NASA. |
model |
the model which the parameter pertains to, e.g. my_model or chow_model. |
pop_mean |
the value which the population mean is hypothesised to be, typically 0. |
The output from print
, giving the T-Value and P-Value.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.