[R] Linear
Ivan Krylov
kry|ov@r00t @end|ng |rom gm@||@com
Wed Jan 26 17:06:16 CET 2022
On Wed, 26 Jan 2022 10:36:31 -0500
Val <valkremk using gmail.com> wrote:
> My problem is, I am getting this error message.
> "Error: The rows of your requested reference grid would be 81412,
> which exceeds the limit of 10000 (not including any multivariate
> responses)".
Is this the whole error message? According to [*] (and the rest of the
error message), the emmeans package (which lsmeans uses under the hood)
lets you adjust that limit:
>> Your options are:
>> 1. Specify some (or more) nuisance factors using the 'nuisance'
>> argument (see ?ref_grid). These must be factors that do not
>> interact with others.
>> 2. Add the argument 'rg.limit = <new limit>' to the call. Be
>> careful, because this could cause excessive memory use and
>> performance issues. Or, change the default via
>> 'emm_options(rg.limit = <new limit>)'.
--
Best regards,
Ivan
[*]
https://cran.r-project.org/web/packages/emmeans/vignettes/messy-data.html#rg.limit
More information about the R-help
mailing list