search for: blg

Displaying 13 results from an estimated 13 matches for "blg".

Did you mean: big
2012 Sep 10
0
More help need on Von Bertalanffy Growth Curves
...his species, and it is ordered exactly the same as the other species I have been working with.   The two errors I get are for these specific lines of code: This error I actually got with all the data sets but its just assumption checking so I did this manually. > fitGen <- nls(vbGen,data=BLG,start=svGen) Error in nlsModel(formula, mf, start, wts) :   singular gradient matrix at initial parameter estimates and This code is only not working with this data set. > fitK <- nls(vbK,data=BLG,start=svK) Error in numericDeriv(form[[3L]], names(ind), env) :   Missing value or an inf...
2006 Jul 14
3
Migration not updating fields
...pdated"=>nil}>] Notice it found one and of couse now if I do p.backlog_items.size it returns 1 So I added this bit of code to the migration # Reset the column Product.reset_column_information say_with_time "Updating products..." do Product.find(:all).each do |p| blg = p.backlog_items p.backlog_items_count = blg.size end end But it still sets the count to 0 where it should be 1, any help appreciated... -- Posted via http://www.ruby-forum.com/.
2012 Jan 17
2
How to loop on file names
...filelist <- c('file1' , 'file2' , 'file3') for (i in 1:3) { filename <- filelist[i] ... } Any suggestion to refer to these files in this loop? Thanks you in advance, Helene -- H?l?ne Genet, PhD Institute of Arctic Biology University of Alaska Fairbanks Irving I Blg, Room 402 Fairbanks AK 99775 Phone: 907-474-5472 Cell: 907-699-4340 Email: hgenet at alaska.edu
2011 Oct 08
1
Delete files with system command on Windows 7
Under MacOS I use the following script to process my latex documents: pdflatex -halt-on-error document.tex bibtex document.aux pdflatex -halt-on-error document.tex pdflatex -halt-on-error document.tex rm *.aux *.bbl *.blg *.log *.nlo *.thm How can I realise this under Windows 7? -- View this message in context: http://r.789695.n4.nabble.com/Delete-files-with-system-command-on-Windows-7-tp3885478p3885524.html Sent from the R help mailing list archive at Nabble.com.
2012 Jan 25
1
Re: docs: Remove outdated LaTex documentation.
...Date 1327506767 0 > # Node ID 4271634e4c86568b6bf2241ebf9be4a82ab430bf > # Parent a2a8089b1ffbf5757ca3191cb8f74a5f1ed7fed1 > docs: Remove outdated LaTex documentation. Nice. > @@ -82,7 +70,7 @@ > $(MAKE) -C xen-api clean > rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ > rm -rf *.ilg *.log *.ind *.toc *.bak core I''d hazard a guess that all of these, apart from *~, are latex droppings too. Ian.
2009 Dec 17
2
Sweave Makefile issue
...SWEAVE '$<' %.pdf : %.tex @pdflatex $< @egrep -c $(RERUNBIB) $*.log && (bibtex $*;pdflatex $<); true @egrep $(RERUN) $*.log && (pdflatex $<) ; true @egrep $(RERUN) $*.log && (pdflatex $<) ; true clean: @del *.aux *.log *.bbl *.blg *.brf *.cb *.ind *.idx *.ilg \ *.inx *.ps *.dvi *.toc *.out *.lot *~ *.lof *.ttt *.fff \ *.eps *.pdf @del -f $(patsubst %.Rnw,%.tex,$(RNWFILES)) script : Rcmd BATCH $(Rfile) -- *Luc Villandr?* /Biostatistician MUHC-MCH Research Institute/
2012 May 28
2
import contingency table
hello everyone, i often work on contingency table that I create from data.frame (with table() function) but a friend sent me an excel sheet wich *already is* a contingency table (just a simple 2 way table !...) any clue on how to import it in R (keeping row names and col names) ? any tuto I come accross only mention the table transformation, but never the import of such data I only found
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...u can bump the ref count >- * before sending to hold a reference for retry if you are careful.) >- * >- * When calling this method, interrupts MUST be enabled. This is because >- * the BH enable code must have IRQs enabled so that it will not deadlock. >- * --BLG >- */ >- >-int dev_queue_xmit(struct sk_buff *skb) >-{ >- struct net_device *dev = skb->dev; >- struct Qdisc *q; >- int rc = -ENOMEM; >- >- if (skb_shinfo(skb)->frag_list && >- !(dev->features & NETIF_F_FRAGLIST) && >- __skb_line...
1997 Nov 20
1
Feature Request
...erwise, the share doesn't appear. This is useful for shares that are generated by variable substition. For example, "path=/shares/%m" if the directory /shares/node1 exists, then that share will appear in node1's list. Otherwise it won't. Thanks, Brian Gontowski mailto:blg@cherry-semi.com Corporate Systems Administrator Information Systems Department Cherry Semiconductor Corporation
2002 Oct 30
4
Sweave in packages
...file with an empty file (obviously I should be more careful in my hand writing...). - It seems that it is necessary to use Makefile because R CMD BUILD doesn't clean the inst/doc directory from the interim files Sweave produces to build the pdf (foo-???.eps, foo-???.pdf, LaTeX files like foo.blg, foo.bbl, foo.aux, foo.log, etc). Is there any other solution here? - Is it indeed the purpose that the final document should be a pdf file even in source packages. The pdf files tend to become huge, and easily multiply the size of a source package. As I have a 56KB modem at home (working at ~5KB...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
...x assessNorm: assessNorm.tex cp -p ../scripts/assessNorm.pdf . segmentation: segmentation.tex cp -p ../scripts/segmentation.pdf . plotAlongChrom: plotAlongChrom.tex pdflatex plotAlongChrom pdflatex plotAlongChrom clean: rm -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex rm -f *.dvi *.ps findsegments-* costMatrix-* plotAlongChrom-* Rplots.pdf Another thing that is really puzzling is that if I cd to adSplit/inst/doc and run 'R CMD make' then it works. Any help/comment on this will be highly appreciated. Thanks, H. -- Herv? P...
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help, I am using Sweave and pdflatex to generate a large report from data contained in my database (Postgres via RODBC). Currently, I work with a single R/Sweave file, containing several "chapter" indications for the Latex engine. My master tex file sets the document class, and includes the introduction, the main Sweave file, and a conclusions and reference file. I use a makefile
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches