Movatterモバイル変換
[0]ホーム
geex 1.1.1
- Removes
ivpack dependency from additional examplesvignette in order to get geex back on CRAN. - Removes the internal
compute_sum_of_list andcompute_pairwise_sum_of_list functions from exports.
geex 1.1.0
- adds a
Asolver argument tom_estimate toallow for using a different to compute the inverse of the A (“bread”)matrix.
geex 1.0.11
- renames the
geex-summary class togeex_summary - adds
ee_i (observed estimating function values) to thecomponent object - various other bug fixes
geex 1.0.5
- Added
grab_design_levels to find all factor-levels in adesign matrix. This output can then be passed to thexlevarg inmodel.matrix or more importantly throughgrab_psiFun for the models. This fixes issue 41.- Notably, if this seems to work well, then perhaps
grab_design_levels could be added to the body ofgrab_psiFun to automatically handle this issue.
- Edited
binomial_integrand to hopefully handle singletongroups better. It will now attempt to coerce back to a one-row matrixbefore callingapply.
geex 1.0.4
- fixes issue when using
grab_psiFUN forglmobjects and non-grouped data. - removes option to use weights with
grab_psiFUN, as itwas not clear that was implemented correctly.
geex 1.0.3
- adds basic examples for most functions, though to be sure, thevignettes provide more useful examples.
geex 1.0.2
geex 1.0.1
- add a
call slot to the S4geex object. Nowtheupdate function can be used to update elements of anm_estimate call.
geex 1.0.0
- implements an
S4 system throughoutgeex estimate_equations becomesm_estimate. Seedocumentation for changes to arguments. Notably,eeFUNbecomesestFUNmake_eeFUN functions becomegrab_psiFUN- speeds up the summation of list of matrices with
compute_sum_of_list - plus many more updates and vignettes
geex 0.3.0
- adds a
weights argument toestimate_equations for faster computations with groupeddata. See theweightsvignette for a demonstration.
geex 0.2.2
- changes names of list items used in a
corrections_listinestimate_equations. Each item of thecorrection_list must itself be a list at least one item:correctFUN. Additional arguments tocorrectFUNmay be passed viacorrectFUN_control.
geex 0.2.1
- adds a vignette explaining how to use a different root findingalgorithm via
rootFUN argument inestimate_equations - fixes issues where different
rootFUNs would not work:roots argument no longer needs to be set ifcompute_roots = TRUE. Instead, starting values are passedvia therootFUN_control list.- Removes the
start argument fromcompute_eeroots; set this option inrootFUN_control.
geex 0.2.0
- overhauls which arguments are passed to
estimate_equations and how these arguments are parsedinternally. See this function’s documentation for details - adds
geexex dataset for use in examples
geex 0.1.0
[8]ページ先頭