I am using "hplogit" (Poisson-Logit Hurdle Regression) in Stata with. Is it possible to estimate the R squared?
Regards,
Julián
Julian,
A McFadden's R2 (1-full model ll/constant only ll) could be easily computed as follows (using the "fish" data).
--begin syntax--
webuse fish
hplogit count persons livebait camper child
scalar full_model = e(ll)
hplogit count
scalar constant_model = e(ll)
scalar mcfadden_r2 = 1-scalar(full_model)/scalar(constant_model)
display scalar(mcfadden_r2)
--end syntax--
If you have access to a Stata version that can estimate a Zero Inflated Poisson and download the r2c module you will find that it provides a similar answer for a similar model
zip count persons livebait camper child , inflate(persons livebait camper child)
r2c
- joe
Data R2C: Stata module to compute several fit statistics for coun...
thanks
Hello, Dear friends, I am surveying as part of my thesis research and would greatly appreciate your participation. The study investigates how social media influences dental health behaviors...
01 August 2024 9,349 2 View
Hi, I am learning to perform footprinting experiment. In the protocol I have there are the following components of the reaction buffer: HEPES buffer (7.8 pH), glycerol, BSA, DTT, KCl, MgCl2,...
28 May 2024 1,317 0 View
I'm having difficulty finding a possible solution to my problem: I have a plasmid encoding a protein. In the nucleotide sequence of this protein, I need to add a nucleotide sequence (highlighted...
25 May 2024 6,838 3 View
I know that to many of you this might seem like a really stupid question, but I am a beginner with PCR. If I have a DNA sequence (for example, a plasmid) into which I want to insert a small DNA...
23 May 2024 3,668 1 View
Probably this question seems fool to you, but I am quite new in the research area and there are a lot of experiments I have never done. My question regards the amount of buffer, enzyme, incubation...
15 May 2024 3,993 1 View
I know that depends of the person, but i don't understand why. I would thank you answers
20 March 2024 8,037 2 View
I attempted to clone a small DNA insert (~100 bp after digestion) into a plasmid of unknown size, which originally carried an insert of 111 bp that I removed by double digesting the plasmid. After...
14 February 2024 2,797 3 View
Hello everyone, I am currently working on expressing a protein in Rosetta 2. After harvesting and freezing the cells, the next step is to purify the sample. The initial step involves resuspending...
15 January 2024 9,843 3 View
I inoculated 20 mL of Rosetta pre-culture into 1L LB broth supplemented with 1 mL of Kanamycin and 1 mL of Chloramphenicol. After one hour of incubation, I checked the OD, and the value observed...
13 December 2023 4,927 1 View
Hello, For the systematic review I performed a search using the same strategy on both Pubmed and Embase. I was expecting that Embase would yield more articles. However I got almost double...
23 November 2023 3,413 2 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
Hello experts, Does anyone know any free software about retention index prediction ?
08 August 2024 7,403 2 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View