Displaying 2 results from an estimated 2 matches for "harrer".
Did you mean:
harder
2025 Jan 06
2
Possible bug in direct.evidence.plot?
The explanation is likely that class(x) returns a character vector of
length > 1.
If you go into the code you can achieve what is probably intended without
triggering this error by replacing that statement with the following:
if (inherits(x,"netmeta")) ...
HTH,
Eric
On Mon, Jan 6, 2025 at 9:57?AM Miland Joshi <miland_j at hotmail.com> wrote:
> I succeeded in getting
2025 Jan 06
0
Possible bug in direct.evidence.plot?
...Joshi <miland_j at hotmail.com> wrote:
> Hello
>
> In R when I looked at the class of nb1 I got:
> > class(nb1)
> [1] "netmetabin" "netmeta"
>
> which suggests that netmeta might work but netmetabin may cause problems.
> I'll notify Mathias Harrer!
>
> BW
> Miland
>
> ------------------------------
> *From:* Eric Berger <ericjberger at gmail.com>
> *Sent:* 06 January 2025 08:24
> *To:* Miland Joshi <miland_j at hotmail.com>
> *Cc:* r-help at R-project.org <r-help at r-project.org>
> *Subject:*...