search for: hth

Displaying 20 results from an estimated 16422 matches for "hth".

Did you mean: eth
2011 Dec 13
8
How to compute 95%CI for OR from logistic regression?
Hi all: My data has 3 variables: age(3levels : <30y=1 30-50y=2, >50y=3) gender(Male=0, Female=1) CD4 cell count(raw lab measurement) y(1:death 0:alive) I perform logistic regression to find out the factors that influence y. result<-glm(y ~ factor(age) + factor(gender) + CD4,family = binomial) >From the result,I can get OR(Odds Ratio) of gender via exp(Estimate of Female,
2015 Apr 14
2
Where does virt-manager store config in CentOS 7.1?
...r stores user config files in CentOS >> 7.1?? I am not seeing anything in user's home directory .... > > Hi, > > well on my standard machine virt-manager just starts with root > privileges, so the config is where I expect it to be: > /etc/libvirt/qemu/$NAME.xml > > HTH > > -- > Mit freundlichen Gr??en / Regards > > Sven Kieske > Thanks Sven, but I am not referring to guests xml config files. I need to know where user's config resides. Example: connections to KVM hosts, preferences, etc...
2007 Dec 03
18
Need help mocking this out
Let''s say you''re using the restful_authentication plugin. You have a model called articles. On the index action of the articlescontroller you simply want to spec out that it''ll scope the results to the ownership of the current_user. It should NOT include any articles other than the articles that user owns. How would you properly spec this out? Thanks for the help!
2008 Jul 07
5
question on lm or glm matrix of coeficients X test data terms
Hi, is there an easy way to get the calculated weights in a regression equation? for e.g. if my model has 2 variables 1 and 2 with coefficient .05 and .6 how can I get the computed values for a test dataset for each coefficient? data var1,var2 10,100 so I want to get .5, 60 back in a vector. This is a one row example but I would want to get a matrix of multiplied out coefficients
2011 Feb 24
1
accuracy of measurements
Dear R people Could you please help with following Trying to compare accuracy of tumor size evaluation by different methods. So data looks like id true metod1 method2 ... 1 2 2 2.5 2 1.5 2 2 3 2 2 2 etc. Could you please give a hint how to deal with that. Seems like {merror} does not suite to me because I am trying to compare accuracy of measurements with their true known values not just
2003 Mar 09
4
rsync and timestamps of local files
Is there a way to make rsync check the local file system for changes in the files prior to it performing a diff with the remote site?
2010 Aug 03
3
grid.table and expression in table body?
Hi, Is there any way to get an expression into a data.frame, such that "grid.table" from "gridExtra" will plot it evaluated in the table body? The docu does it for the header, but is the body possible? Thanks, Joh
2005 Nov 19
3
cointegration rank
Dear R - helpers, I am using the urca package to estimate cointegration relations, and I would be really grateful if somebody could help me with this questions: After estimating the unrestriced VAR with "ca.jo" I would like to impose the rank restriction (for example rank = 1) and then obtain the restricted estimate of PI to be utilized to estimate the VECM model. Is it possible? It
2006 Apr 27
6
Installation oddity on Fedora Core 5 (PR#8814)
Hello guys: I recently installed FC 5 linux and installed R from source. It installed fine, but there was an oddity that I want to report. Although I used ./configure --prefix=/usr/local/R-2.3.0 make it did not seem to recognize the prefix and went ahead and installed it in the source directory -- I usually ``tar xzf'' it to my home directory and run the installation scripts from there
2018 Mar 04
3
Change Function based on ifelse() condtion
...t gets past the first statement and >> > tries to execute the statement: return(lapply(X,FUN,...)). >> > That attempt is generating the error message because whatever you are >> > passing in as the FUN argument is not expecting extra arguments. >> > >> > HTH, >> > Eric >> > >> > >> > On Sun, Mar 4, 2018 at 6:52 PM, Christofer Bogaso >> > <bogaso.christofer at gmail.com> wrote: >> >> >> >> @Eric - with this approach I am getting below error : >> >> >> >> E...
2007 Mar 10
5
[LLVMdev] LLVM with Microsoft Visual Studio
...ersions prior to 2003 won't work. I'm using the basic stuff (just libraries, 1.9) with 2005, although we had to fix a few compilation errors locally. Can't remember of the top of my head what they where but IIRC there were some explicit namespace qualifications missing here and there. HTH, Andreas
2018 Mar 04
0
Change Function based on ifelse() condtion
...function strips off the mc.cores argument from the "..." list before calling FUN, so FUN is being called with zero arguments, exactly as it is declared. A quick workaround is to change the line Lapply_me(as.list(1:4), function(xx) { to Lapply_me(as.list(1:4), function(xx,dummyList) { HTH, Eric On Sun, Mar 4, 2018 at 7:21 PM, Christofer Bogaso < bogaso.christofer at gmail.com> wrote: > Below is my full implementation (tried to make it simple as for > demonstration) > > Lapply_me = function(X = X, FUN = FUN, Apply_MC = FALSE, ...) { > if (Apply_MC) { > retu...
2008 Dec 17
3
libpri and NT-Point to multi-point
Hi, At the moment, libpri /w Asterisk 1.6, Dahdi 2.1, is not supporting NT-Point to multi-point mode. Here (France), most small PBXes are connected to ISDN through BRI trunks in PtmP (don't know why but it seems the general case). So this NT-PtmP function would be very helpful to easily slide an Asterisk box between an existing PBX and the network. Does the same case apply elsewhere (UK,
2019 May 24
2
Prevent ninja from rerunning cmake in a new build directory
...put_file, string* err) { return false; Builder builder(&state_, config_, &build_log_, &deps_log_, &disk_interface_); - if (!builder.AddTarget(node, err)) - return false; if (builder.AlreadyUpToDate()) return false; // Not an error, but we didn't rebuild. hth... don -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190524/61b2ec68/attachment.html>
2019 Jul 15
3
GitHub passwords in .git/config?
...? ?? url = https://git at github.com:sbgraves237/sbgraves237/Ecdat ????? Then when I did "git pull" I got: fatal: unable to access 'https://git at github.com:sbgraves237/sbgraves237/Ecdat/': Port number ended with 's' ??? ? ??? ??? ? Thanks, ??? ? Spencer > Hth, Dirk >
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w) this is what I get on standard 5.2 x86_64. hwclock --debug hwclock from util-linux-2.13-pre7 hwclock: Open of /dev/rtc failed, errno=19: No such device. No usable clock interface found. Cannot access the Hardware Clock via any known method. [root at devcentos5x64 src]# ls -l /dev/rtc crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc Any
2010 Aug 12
3
x-axis label print in 45 degree
Hi how can print x-axis labels in 45 degree in boxplot() (or plot in general)? I can use las=2 to print in 90 degree, but it looks ugly. Is there a simple option to do 45 degree easily? Thanks John
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone, I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully. The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in the Dom0. When I use the "startx" command to start the X server, the error information is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in
2006 Feb 02
5
Fwd: win32-clipboard and Unicode zero bytes
Hi all, I''m forwarding this message from Brian Marick. If you run this test script and then paste the results into a Unicode aware text editor, you''ll notice that it only prints one character instead of three. I tried changing the strlen to _tcslen and strcpy to _tcscpy, but that didn''t help. I mucked around a bit with the MultiByteToWideChar function, too, but
2018 Jan 24
1
Newbie - Scrape Data From PDFs?
I think I would use pdftk to extract the form data. All subsequent manipulation in R. HTH Ulrik Eric Berger <ericjberger at gmail.com> schrieb am Mi., 24. Jan. 2018, 08:11: > Hi Scott, > I have never done this myself but I read something recently on the > r-help distribution that was related. > I just did a quick search and found a few hits that might work for you. &...