search for: n_muestras

Displaying 2 results from an estimated 2 matches for "n_muestras".

Did you mean: muestras
2018 Feb 26
2
glm package - Negative binomial regression model - Error
...ctor*10 > > obs<-aggregate(d$prop, by = list(d$month_week), FUN=summary) > pred<-aggregate(d$n_p1, by = list(d$month_week), FUN=summary) > By the way, I previously prepared the data set and defined that: d$factor<-sapply(d$year,f) > d$n_sample<-(d$n_muestras*d$factor*10) > d$prop<-(d$influenza/d$n_sample) But I still don't understand why it keeps saying that dataframe has less replacements than rows. Could anybody help me with this? Many thankss!!! P [[alternative HTML version deleted]]
2018 Feb 26
0
glm package - Negative binomial regression model - Error
...-aggregate(d$prop, by = list(d$month_week), FUN=summary) > > pred<-aggregate(d$n_p1, by = list(d$month_week), FUN=summary) > > > > By the way, I previously prepared the data set and defined that: > d$factor<-sapply(d$year,f) > > d$n_sample<-(d$n_muestras*d$factor*10) > > d$prop<-(d$influenza/d$n_sample) > > But I still don't understand why it keeps saying that dataframe has less > replacements than rows. > Could anybody help me with this? > Many thankss!!! > P > > [[alternative HTML version dele...