Pedro J. Aphalo

Results 187 comments of Pedro J. Aphalo

Implemented by returning `data.frame()` from `stat_poly_eq()`, `stat_poly_line()`, `stat_ma_eq()`, `stat_ma_line()`, `stat_quant_eq()`, `stat_quant_line()`, and `stat_quant_band()`. No warning is issued, assuming that, if needed, a warning will be issued by the user-defined model...

Because of link functions use, this is rather complex to implement. For prediction lines and confidence bands support exists in `stat_smmoth()` from 'ggplot2'. Fitted parameters labels could be more important...

Hi @markbneal , This is the first time I come across package 'eivreg'. I checked 'broom' and 'broom.helpers' and I could not find support for objects of class `eivlm`. On...

If edits are needed, this could be addressed together with #39.

@markbneal `stat_poly_line()` and `stat_poly_eq()` do not work with `eivreg()`. Reasons are: the object returned by `summary()` on these objects is quite different than for `lm()`. There is no `predict()` method...

@markbneal Hi Mark! Would plotting a fitted or predicted line _without a confidence band_ and the adjusted estimates of parameter values as an equation be enough for your needs? This...

Hi. Do you have some data and an example fit code that I could use? The user would have to provide the `Sigma_error` matrix. Such an example would help. I...

@markbneal 'eivtools' was archived only a few days ago. Surprisingly, the problem with the automatic CRAN check is only a NOTE about the documentation. It should be easy to fix....

There is an [article published in PlosONE in 2023 about 'refitME'](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0283798). There is a package called 'mecor' with an [article published in Computer Methods and Programs in Biomedicine](https://doi.org/10.1016/j.cmpb.2021.106238) in 2021....

My attempt to get `refitME()` working has failed because of what at first sight seems to be a bug in 'refitME' affecting how data are accessed when extracting them from...