search for: 15,25

Displaying 20 results from an estimated 20 matches for "15,25".

Did you mean: 1,25
2012 May 19
5
default plot, but stripes appear (and other plot problems)
...se a time series, but than my graphs don't look similar, as it gives numbers for dots,... This is the basis of what I used: plot(ID, settlepw$T.local, type="l",ylab="Temperature(?C)", xlab="") plot(day, hatch$T.local, type="l", ylab="", ylim=c(15,25), xlab=" ") For the second plot, I wanted no dots but a line (idem as previous), but that doesn't work either. Can someone please help? I assume it is probably not so difficult, but I couldn't find the answer at all. Thanks a lot in advance! -- View this message in context...
2009 May 09
4
how to get design matrix?
How do you get the design matrix R used when calculating ANOVA? -- View this message in context: http://www.nabble.com/how-to-get-design-matrix--tp23464638p23464638.html Sent from the R help mailing list archive at Nabble.com.
2012 Jun 30
3
loop in list
Hello I have a loop to sample 20 samples and I want to put them in one list, how I can make this??   Regards Sulafah [[alternative HTML version deleted]]
2010 Feb 16
1
Math.factor error message
...My data is composed of one column. I would appreciate, if any one could provide me with some hints to get around the problem. Best regards, Ben -------------- next part -------------- BNS CER "11,14" "11,11" "11,25" "11,22" "11,31" "11,15" "11,00" "11,88" "11,94" "12,44" "12,90" "12,94" "12,97" "12,80" "12,78" "13,14" "13,72" "13,12" "12,93" "12,62" "12,62" "12,22" &quot...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...0 1,9,B,0,0,0,1,0,1,0,0,1,0 1,10,A,1,1,0,0,1,0,0,0,1,0 1,10,B,0,0,0,1,0,0,1,1,0,0 1,11,A,1,0,1,0,0,1,0,1,0,0 1,11,B,0,0,0,1,1,0,0,0,0,1 1,12,A,1,1,0,0,0,1,0,1,0,0 1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1,0,0,0,1,0,0,0,1 1,14,A,0,0,0,1,0,0,1,0,0,1 1,14,B,1,0,1,0,1,0,0,1,0,0 1,15,A,1,1,0,0,1,0,0,0,1,0 1,15,B,0,0,0,1,0,1,0,0,0,1 1,16,A,1,1,0,0,0,0,1,1,0,0 1,16,B,0,0,1,0,0,1,0,0,1,0 1,17,A,1,0,1,0,1,0,0,0,1,0 1,17,B,0,0,0,1,0,0,1,1,0,0 1,18,A,1,1,0,0,1,0,0,1,0,0 1,18,B,0,0,0,1,0,0,1,0,0,1 1,19,A,1,1,0,0,1,0,0,0,0,1 1,19,B,0,0,0,1,0,1,0,0,1,0 1,20,A,0,0,0,1,0,0,1,0,0,1 1,20,B,...
2012 Jul 24
3
Linear Model Prediction
I have data X and Y, and I want to predict what the very next point would be based off the model. This is what I have: >model=lm(x~y) I think I want to use the predict function, but I'm not exactly sure what to do. Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Linear-Model-Prediction-tp4637644.html Sent from the R help mailing list archive at Nabble.com.
2009 Jan 23
4
Histogram for grouped data in R
I have grouped data in this format Size -- Count 0-10 -- 15 10-20 -- 25 20-50 -- 10 50-100 -- 5 I've been trying to find a way to set this up with the proper histogram heights, but can't seem to figure it out. So any help would be much appreciated! -- View this message in context: http://www.nabble.com/Histogram-for-grouped-data-in-R-tp21624806p21...
2004 Sep 10
1
Altivec, automake
...----- Index: Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/man/Makefile.am,v retrieving revision 1.9 diff -c -r1.9 Makefile.am *** Makefile.am 17 Jan 2004 04:14:43 -0000 1.9 --- Makefile.am 29 Jul 2004 10:31:11 -0000 *************** *** 15,25 **** --- 15,34 ---- # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + if FLaC__HAS_DOCBOOK_TO_MAN flac.1: flac.sgml docbook-to-man $? > $@ || (docbook2man $? && mv FLAC.1 $@)...
2009 Nov 18
1
[PATCH] Fix dependencies on generator.ml
...n stamp-generator, and therefore generator.ml, despite not being directly created by it. This caused them to be recreated every time generator.ml ran rather than only when src/guestfs_protocol.x was updated, which cascaded into a daemon and therefore appliance update. --- Makefile.am | 15 +++++++++++++-- capitests/Makefile.am | 12 ++++++++++-- daemon/Makefile.am | 26 +++++++++++++++++++++----- fish/Makefile.am | 24 ++++++++++++++++-------- haskell/Makefile.am | 15 ++++++++++++++- java/Makefile.am | 8 ++++++++ ocaml/Makefile.am | 16 +++++++++++++...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, checked it all in (only minor
2009 Apr 12
3
p-values from bootstrap - what am I not understanding?
Dear stats experts: Me and my little brain must be missing something regarding bootstrapping. I understand how to get a 95%CI and how to hypothesis test using bootstrapping (e.g., reject or not the null). However, I'd also like to get a p-value from it, and to me this seems simple, but it seems no-one does what I would like to do to get a p-value, which suggests I'm not understanding
2013 Apr 01
0
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
...be handled with just options to the normal setup but something which differs as much as mips16 and mips32 or thumb1 and arm need a subtarget reset. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130401/7d0151ef/attachment.html> -------------- next part -------------- diff --git a/lib/Target/Mips/CMakeLists.txt b/lib/Target/Mips/CMakeLists.txt index cf8bb18..1029e3c 100644 --- a/lib/Target/Mips/CMakeLists.txt +++ b/lib/Target/Mips/CMakeLists.txt @@ -32,6 +32,8 @@ add_llvm_target(MipsCodeGen MipsLo...
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update. These fix parallel make on my machine, and additionally make building from subdirectories more correct.
2013 Apr 01
3
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
On Thu, Mar 28, 2013 at 12:22 PM, Nadav Rotem <nrotem at apple.com> wrote: > IMHO the right way to handle target function attributes is to > re-initialize the target machine and TTI for every function (if the > attributes changed). Do you have another solution in mind ? I don't really understand this. TargetMachine and TTI may be quite expensive to initialize. Doing so for
2012 Jul 06
3
estimating NA values against selected slots
..., 1.32, 1.18, 1.05, 2.31, 2.13, 1.32, 1.05, 1.32, 1.32, 1.32, 1.32, 1.47, 1.32, 1.47, 2.13, 2.31, 2.49, 2.49, 2.31, 3.44, 4.06, 4.27, 4.27, 4.71, 5.18, 5.42, 5.66, 6.63, 5.89, 6.13, 6.38, 6.13, 6.13, 6.13, 6.63, 7.11, 6.63, 5.89, 5.42, 4.94, 5.18, 4.06, 3.85, 3.25, 3.85, 4.49, 5.89, 11.9, 15, 8.1, 6.63, 6.13, 7.6, 7.36, 6.63, 5.89, 6.13, 6.13, 6.63, 7.11, 8.86, 8.1, 6.63, 6.38, 6.63, 6.38, 6.13, 5.42, 4.71, 4.94, 5.18, 5.89, 4.27, 3.85, 3.85, 4.27, 3.85, 3.85, 3.85, 4.06, 3.44, 3.05, 2.86, 2.67, 2.67, 2.86, 2.67, 1.96, 1.8, 1.8, 1.47, 1.32, 1.47, 1.8, 1.8, 1.96, 1.96, 1.8, 1.8,...
2017 Jun 03
12
[PATCH v2 00/12] Allow APIs to be implemented in OCaml.
Version 1 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00003.html This patch series reimplements a few more APIs in OCaml, including some very important core APIs like ?list_filesystems? and ?mount?. All the tests pass after this. The selection of APIs that I have moved may look a little random, but in fact they are all APIs consumed by the inspection code (and some more
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
...internal implementation into a seperate header - More cleanups - removal of unused functions - Replace a few of the less frequently used kmap_atomic and io_mapping_map_atomic variants and remove those interfaces. Thanks, tglx --- arch/alpha/include/asm/kmap_types.h | 15 arch/arc/include/asm/kmap_types.h | 14 arch/arm/include/asm/kmap_types.h | 10 arch/arm/mm/highmem.c | 121 ------- arch/ia64/include/asm/kmap_types.h | 13 arch/microblaze/mm/highmem.c...
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
...internal implementation into a seperate header - More cleanups - removal of unused functions - Replace a few of the less frequently used kmap_atomic and io_mapping_map_atomic variants and remove those interfaces. Thanks, tglx --- arch/alpha/include/asm/kmap_types.h | 15 arch/arc/include/asm/kmap_types.h | 14 arch/arm/include/asm/kmap_types.h | 10 arch/arm/mm/highmem.c | 121 ------- arch/ia64/include/asm/kmap_types.h | 13 arch/microblaze/mm/highmem.c...
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
...internal implementation into a seperate header - More cleanups - removal of unused functions - Replace a few of the less frequently used kmap_atomic and io_mapping_map_atomic variants and remove those interfaces. Thanks, tglx --- arch/alpha/include/asm/kmap_types.h | 15 arch/arc/include/asm/kmap_types.h | 14 arch/arm/include/asm/kmap_types.h | 10 arch/arm/mm/highmem.c | 121 ------- arch/ia64/include/asm/kmap_types.h | 13 arch/microblaze/mm/highmem.c...
2017 Jun 05
19
[PATCH v3 00/19] Allow APIs to be implemented in OCaml.
v2 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00008.html This series gets as far as a working (and faster) reimplementation of ‘guestfs_list_filesystems’. I also have another patch series on top of this one which reimplements the inspection APIs inside the daemon, but that needs a bit more work still, since inspection turns out to be a very large piece of code. Rich.