search for: actal

Displaying 18 results from an estimated 18 matches for "actal".

Did you mean: actual
2011 Jun 19
2
please help! what are the different using log-link function and log transformation?
I'm new R-programming user, I need to use gam function. y<-gam(a~s(b),family=gaussian(link=log),data) y<-gam(loga~s(b), family =gaussian (link=identity),data) why these two command results are different? I guess these two command results are same, but actally these two command results are different, Why? -- View this message in context: http://r.789695.n4.nabble.com/please-help-what-are-the-different-using-log-link-function-and-log-transformation-tp3608931p3608931.html Sent from the R help mailing list archive at Nabble.com.
2006 Apr 28
19
Remember James McGovern?
Remember James McGovern and his articles about Rails and enterprise? Well... Check this one out where he "puts his money where his mouth is" http://duckdown.blogspot.com/2006/04/ruby-community-proved-mcgovern-wrong.html -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
2019 Feb 24
1
stopifnot
...ple from giving error message with 'eval' call and 'withCallingHandlers' was meant to handle similar case for warning. tst <- function(y) { stopifnot(is.numeric(y)); y+ 1 } try(tst()) However, withCallingHandlers(<something>, warning = function(w) { w$call <- cl.i; w }) actally has no effect. In current code of function 'stopifnot', 'eval' is used only in handling stopifnot(exprs=) . The warning message from stopifnot(exprs={warning()}) has 'eval' call: In eval(cl.i, envir = envir) : This may work. withCallingHandlers(<something>, warning...
2010 Oct 27
1
installing ONLY the documentation files (Rd) for many packages?
I have been searching the documentation for some time nmow, but cannot find it. It must be possible to download packages (many), but only install the help system? How? Kjetil
2005 Sep 13
1
Floor 1 Decode
Dear All, Floor 1 decoder uses FLOOR_fromdB_LOOKUP table. The purpose of this table is not clear to me. It is also not explicitly explained in the vorbis specification. As i have understood is that it is used to dequantise the "Y" values which are decoded from the bitstream during curve synthesis. Is this correct ? If so why does the table have only 256 elements ? This would imply
2006 May 03
1
[LLVMdev] RegAllocSimple.cpp
Hi Chris, I saw this potential memory leak in RegAllocSimple.cpp. The PhysRegsEverUsed was being allocated but never freed. -bw Index: RegAllocSimple.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/CodeGen/RegAllocSimple.cpp,v retrieving revision 1.66 diff -a -u -r1.66 RegAllocSimple.cpp --- RegAllocSimple.cpp 22 Jan 2006 23:39:54 -0000
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...rfs-replace-start "/dev/sda1" "/dev/sdd1" / force:true B: btrfs-replace-start "/dev/sdd1" "/dev/sda1" / force:true When I use the api without option "-B"(the api won`t work with "-B"), the tests can`t pass, will fail at B, because A actally didn`t work(but don`t fail at A), so B will fail. I add B, just for the purpose that it can actually check the api`s result. I mentioned I have tested the api in guestfish, means that I am sure this api can work the tests beside mine are introduced by Rich(the file is created by him), long...
2010 Jul 01
1
Modelling survival with time-dependent covariates
Hi all, I am looking at the tutorial/appendix from John Fox on ?Cox Proportional-Hazards Regression for Survival Data? available here: http://cran.r-project.org/doc/contrib/Fox-Companion/appendix-cox-regression.pdf I am particularly interested in modelling survival with time-dependent covariates (Section 4). The data look like this: > Rossi.2[1:50,] start stop arrest.time week arrest fin
2014 Aug 26
1
no visible binding for global variable for data sets in a package
I'm updating the Lahman package of baseball statistics to the 2013 release. In addition to the main data sets, the package also contains several convenience functions that make use of these data sets. These now trigger the notes below from R CMD check run with Win builder, R-devel. How can I avoid these? * using R Under development (unstable) (2014-08-25 r66471) * using platform:
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
...uot;/dev/sda1" "/dev/sdd1" / force:true > B: btrfs-replace-start "/dev/sdd1" "/dev/sda1" / force:true > > When I use the api without option "-B"(the api won`t work with "-B"), > the tests can`t pass, will fail at B, because A actally didn`t work(but > don`t fail at A), so B will fail. I add B, just for the purpose that it > can actually check the api`s result. > > I mentioned I have tested the api in guestfish, means that I am sure > this api can work While I appreciate the effort you are putting in writin...
2019 Feb 27
1
stopifnot
...and 'withCallingHandlers' was meant to handle similar case for warning. ? ? > tst <- function(y) { stopifnot(is.numeric(y)); y+ 1 } ? ? > try(tst()) ? ? > However, ? ? > withCallingHandlers(<something>, ? ? > warning = function(w) { w$call <- cl.i; w }) ? ? > actally has no effect. In current code of function 'stopifnot', 'eval' is used only in handling stopifnot(exprs=) . The warning message from ? ? > stopifnot(exprs={warning()}) ? ? > has 'eval' call: ? ? > In eval(cl.i, envir = envir) : ? ? > This may work. ? ? > w...
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
On Fri, Aug 18, 2023 at 08:27:45AM -0500, Eric Blake wrote: > In https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30, Khem reports > that in a cross-compilation environment, nbdkit embeds the absolute > name of the cross-compiler into the resulting cc plugin, even though > running the plugin should be favoring the bare name 'cc'. This in > turn leads to non-reproducible
2008 Aug 21
7
vnc port selection
Hi folks, Xen''s qemu-dm version has a ''-vncunused'' command line switch which asks the internal vnc server to pick any unused tcp port to listen on. The actual port is communicated to the outside world via xenstore. I''m looking for a reasonable way to implement that functionality in upstream qemu. First, I think it shouldn''t be a separate command
2011 May 23
6
How do I assign boolean (o,1) values to a column?
Hi everybody!! I'm trying to assign boolean values to a column in a matrix depending on the number of times present in another column. I have no clue, I have been 2 days looking for a way, if somebody knows what kind of functions I need to use I will really apreciate it. example: Color Type Mark1 Mark2 Mark3 Red high 139 P alpha blue low 140 P alpha Green high
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
Hi, 在 2015年06月11日 17:43, Pino Toscano 写道: > Hi, > > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote: >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com> >> --- >> daemon/btrfs.c | 40 +++++++++++++++++++++++++++++++++++++++ >> generator/actions.ml | 19 +++++++++++++++++++ >> tests/btrfs/test-btrfs-devices.sh |
2007 Nov 12
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_decoder.c libswfdec/swfdec_decoder.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_image.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_image_decoder.h
..._loader.h +++ b/libswfdec/swfdec_loader.h @@ -31,7 +31,9 @@ typedef enum { SWFDEC_LOADER_DATA_SWF, SWFDEC_LOADER_DATA_FLV, SWFDEC_LOADER_DATA_XML, - SWFDEC_LOADER_DATA_TEXT + SWFDEC_LOADER_DATA_TEXT, + SWFDEC_LOADER_DATA_JPEG, + SWFDEC_LOADER_DATA_PNG } SwfdecLoaderDataType; /* NB: actal numbers in SwfdecLoaderRequest are important for GetURL2 action */ diff --git a/libswfdec/swfdec_resource.c b/libswfdec/swfdec_resource.c index 00816ca..e24c512 100644 --- a/libswfdec/swfdec_resource.c +++ b/libswfdec/swfdec_resource.c @@ -250,11 +250,8 @@ swfdec_resource_loader_target_parse (Swfde...
2008 Jul 01
25
Guest TSC and Xen (Intel and AMD feedback please)
Various versions of Linux under various circumstances select TSC as the primary clocksource for the kernel. This is especially true for uniprocessor kernels, but also in some cases for multiprocessor kernels. In most cases, this is because a processor bit (tsc_invariant? constant_tsc?) is passed through directly from the hardware via Xen and tested by the hvm guest and the result implies that
2014 Nov 26
1
mail_location maildir:~/Maildir Invalid user settings[SOLVED]
Hallo list, I was having quite a hard time configuring dovecot on OpenBSD -current. The problem was default Maildir setting in 10-mail.conf, namely: mail_location maildir:~/Maildir was unable to locate user's home directory. As far as I can remember, it was the correct setting on OpenBSD-current a week or two ago. Once I figured out and changed it to mail_location