Displaying 2 results from an estimated 2 matches for "lnpopulation".
2017 Nov 06
2
Error in Zero inflated model (ziP) with bam
Dear all,
I am trying to use 'bam' to run the following generalized additive model:
###
m <- bam(result ~ factor(city) + factor(year) + lnpopulation +
s(lnincome_pc) + ,data=full_df,na.action=na.omit,family=ziP(theta = NULL,
link = "identity",b=0))
But getting the following error:
###
Error in bam(result :
extended families not supported by bam
The documentation for 'bam' mentions the following "This is a family obje...
2017 Nov 06
0
Error in Zero inflated model (ziP) with bam
...is "Bloom County" comic strip )
On Mon, Nov 6, 2017 at 9:12 AM, Miluji Sb <milujisb at gmail.com> wrote:
> Dear all,
>
> I am trying to use 'bam' to run the following generalized additive model:
>
> ###
> m <- bam(result ~ factor(city) + factor(year) + lnpopulation +
> s(lnincome_pc) + ,data=full_df,na.action=na.omit,family=ziP(theta = NULL,
> link = "identity",b=0))
>
> But getting the following error:
>
> ###
> Error in bam(result :
> extended families not supported by bam
>
> The documentation for 'bam' men...