Description Usage Arguments Details Value
Auxiliary function: extfromFit will extract elements from a fit object, then return a vector.
| 1 | extfromFit(fit, element)
 | 
| fit | A fitted object of class inheriting from  | 
| element | Name character of element to be extracted, can be one of c("term","estimate","std.error","statistic","p.value"). | 
parameter fit can be generated by function LRfit or glm.
if element 'term' is extracted, the extracting result already contains '(Intercept)' at the first one, please remember to remove it if you just need variable names.
A vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.