search for: nfix

Displaying 5 results from an estimated 5 matches for "nfix".

Did you mean: fix
2004 Apr 17
1
accessing log likelihood of poison model
Could someone tell me how to access the log likelihood of a poisson model? I've done the following.... <BEGIN R STUFF> freq.mod <- glm(formula = nfix ~ gls.gls + pol.gls + pol.rel + rac.gls + rac.pol + rac.rac + rac.rel + white + gls.gls.w + pol.gls.w + pol.rel.w + rac.gls.w + rac.pol.w + rac.rac.w + rac.rac.w + rac.rel.w, family = poisson, data = Complex2.freq, offset = lnoffset) summary(freq.mod) anova(freq.mod) <END R STUFF> And that...
2007 Aug 07
0
Bug in coef<-.varIdent method (nlme package) (PR#9831)
...uot; method in 'varIdentmethodsRevised.txt' file illustrates how to fix this problem. 3. Specifically, to fix the problem the line if (length(value) != nGroups - 1) in the "coef<-.varIdent" method should be replaced with the following two lines : nFixed <- sum(as.numeric(attr(object,"whichFix"))) # inserted new line if (length(value) != nGroups - nFixed - 1) { # modified original line 4. Note: Although I am using lme "3.1-80", the related problem PR#9765 is fixed manually by over-writing varIde...
2008 Nov 25
1
vampire account migration (3.026)
Hello, Using vampire to migrate accounts from an NT box and found that machine names were not created. Creating account: IT-NT$ Could not create posix account info for 'IT-NT$' Creating account: PDC$ Could not create posix account info for 'PDC$' <snip> And seemingly random user accounts were also not created. Can I make another pass with vampire to retrieve the missed
2004 Feb 19
1
Process R segmentation with strsplit() (PR#6601)
...p;SHOW_OVERVIEW=on&WORD_SIZE=3&END_OF_HTTPGET=Yes\" TARGET=\"_blank\">At1g61780</A> against nr\nUnformatted <A HREF=\"../cgi/getseq.pl?GabiMips+At1g61780+seq\" TARGET=\"_blank\">sequence string</A> for pasting into other applications\n\nFixed modifications: Carbamidomethyl (C)\nVariable modifications: Oxidation (M)\nCleavage by Trypsin: cuts C-term side of KR unless next residue is P\nNumber of mass value! s searched: <B>6</B>\nNumber of mass values matched: <B>1</B>\! nSequenc e Coverage: <B>8%</B&g...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+