Displaying 5 results from an estimated 5 matches for "know_fin".
2017 Jul 27
2
How long to wait for process?
...band aid.
>
> -Michael
>
> On 7/26/2017 10:14 AM, john polo wrote:
>> UseRs,
>>
>> I have a dataframe with 2547 rows and several hundred columns in R
>> 3.1.3. I am trying to run a small logistic regression with a subset
>> of the data.
>>
>> know_fin ~
>> comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county
>>
>> > str(knowf3)
>> 'data.frame': 2033 obs. of 18 variables:
>> $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..:
>&g...
2017 Jul 27
0
How long to wait for process?
Hi,
Late to the thread here, but I noted that your dependent variable 'know_fin' has 3 levels in the str() output below.
Since you did not provide a full c&p of your glm() call, we can only presume that you did specify 'family = binomial' in the call.
Is the dataset 'knowf3' the result of a subsetting operation, such that there are only two of the th...
2017 Jul 27
1
How long to wait for process?
...hink Michael Friendly's idea is probably the solution I need to
consider. I am simplifying my factors a little bit and revising which I
will keep.
best,
John
On 7/27/2017 8:54 AM, Marc Schwartz wrote:
> Hi,
>
> Late to the thread here, but I noted that your dependent variable 'know_fin' has 3 levels in the str() output below.
>
> Since you did not provide a full c&p of your glm() call, we can only presume that you did specify 'family = binomial' in the call.
>
> Is the dataset 'knowf3' the result of a subsetting operation, such that there are o...
2017 Jul 26
3
How long to wait for process?
UseRs,
I have a dataframe with 2547 rows and several hundred columns in R
3.1.3. I am trying to run a small logistic regression with a subset of
the data.
know_fin ~
comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county
> str(knowf3)
'data.frame': 2033 obs. of 18 variables:
$ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..:
1857 157 965 1967 164 315 849 1017 699 189 ......
2017 Jul 27
0
How long to wait for process?
...ping the data in a computationally intensive band aid.
-Michael
On 7/26/2017 10:14 AM, john polo wrote:
> UseRs,
>
> I have a dataframe with 2547 rows and several hundred columns in R
> 3.1.3. I am trying to run a small logistic regression with a subset of
> the data.
>
> know_fin ~
> comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county
>
> > str(knowf3)
> 'data.frame': 2033 obs. of 18 variables:
> $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..:
> 1857 157 965 1967 16...