similar to: Iterative estimation of linear regression model

Displaying 20 results from an estimated 400 matches similar to: "Iterative estimation of linear regression model"

2008 Oct 24
1
Repetitive correlation test
Dear all, Through the following code, I wanted to perform correlation test repetedly (through loop) on different combinations of variables of a data set. Code: x=read.table("sample.txt",header=T,sep="\t") out="corout.txt" sink(out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm=
2008 Oct 18
5
Getting names of variables without quotes
  Dear R-helpers, hello I am seeking your help in somehow getting names of variables without quotes (" "). Let us say, we have a table with 3 variables V1, V2 and V3. After the table is read, I get names of the variables (thro' the following code) as under quotes (like "V1" rather than the original representation V1)  
2007 Aug 28
1
Renouveau and Nouveau driver for Nvidia Riva 128 ZX (NV3) ?
Hello, I have a Nvidia Riva 128 ZX graphic card. But renouveau need the nvidia proprietary driver to work and there is no nvidia proprietary driver for Riva 128 or Riva 128 ZX. How can I send you informations that can help you to write a free and open source driver for this nvidia graphic chip. At http://users.tkk.fi/~jpakkane/ren/, I found nothing for NV3. But there is some information for NV1
2009 Aug 02
0
Remove deprecated file
This file is 13 years old and NV01/03 isn't even supported by Nouveau. This patch remove README.NV1. --- a/README.NV1 2009-08-02 18:19:25.000000000 +0200 +++ b/README.NV1 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ - Information for NVidia NV1 / SGS-Thomson STG2000 Users - - David McKay - - 20th March 1997 - -1.
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
Added a new subdirectory called "isobuilder" to the project. Created a new Makefile that only allows for creating the livecd version of the oVirt node. Adjusted the build environment to work with the kickstart files that are found in the repo and not ones installed via any previous RPM. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- configure.ac | 1 +
2011 Feb 28
2
can't disconnec iSCSI targets, please help
Hi, I'm trying to disconnect some iSCSI targets, but can't seem to. [root at localhost ~]# iscsiadm -m session tcp: [1] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:500gb tcp: [3] 192.168.2.200:3260,1 iqn.2011-2.za.co.securehosting:RAID.thin3.vg0.1tba tcp: [4] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:extent0 tcp: [5] 192.168.2.200:3260,1
2015 Jan 21
1
R: R: NUT and relay on USB
So, the hardware way seems too difficult. I see the raspberry documentation in order to understand if it?s possible ?replicate? an USB signal to GPIO. So, with a TTL-USB cable I send the signal to the NVR. I hope this is possible! Da: Charles Lepple [mailto:clepple at gmail.com] Inviato: mercoled? 21 gennaio 2015 13:41 A: Maurizio Iacaruso Cc: NUT List Oggetto: Re: [Nut-upsuser]
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
From: Martin Schwidefsky <schwidefsky@de.ibm.com> From: Hubertus Franke <frankeh@watson.ibm.com> From: Himanshu Raj <rhim@cc.gatech.edu> [patch 2/9] Guest page hinting: unused / free pages on s390. s390 uses the milli-coded ESSA instruction to set the page state. The page state is formed by four guest page states called block usage states and three host page states called block
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
From: Martin Schwidefsky <schwidefsky@de.ibm.com> From: Hubertus Franke <frankeh@watson.ibm.com> From: Himanshu Raj <rhim@cc.gatech.edu> [patch 2/9] Guest page hinting: unused / free pages on s390. s390 uses the milli-coded ESSA instruction to set the page state. The page state is formed by four guest page states called block usage states and three host page states called block
2015 Jan 21
0
R: NUT and relay on USB
On Jan 21, 2015, at 3:41 AM, Maurizio Iacaruso <maurizio.iacaruso at gmail.com> wrote: > The ?device? is this http://www.dlink.com/it/it/business-solutions/network-storage/network-video-recorders/dnr-322l-cloud-network-video-recorder , a NVR with USB port for monitoring UPS. It doesn?t support monitoring by LAN. > So, my aim is to ?replicate? the state of the UPS, in the sense that
2010 Nov 15
1
interpretation of coefficients in survreg AND obtaining the hazard function
1. The weibull is the only distribution that can be written in both a proportional hazazrds for and an accelerated failure time form. Survreg uses the latter. In an ACF model, we model the time to failure. Positive coefficients are good (longer time to death). In a PH model, we model the death rate. Positive coefficients are bad (higher death rate). You are not the first to be confused
2010 Nov 13
2
interpretation of coefficients in survreg AND obtaining the hazard function for an individual given a set of predictors
Dear R help list, I am modeling some survival data with coxph and survreg (dist='weibull') using package survival. I have 2 problems: 1) I do not understand how to interpret the regression coefficients in the survreg output and it is not clear, for me, from ?survreg.objects how to. Here is an example of the codes that points out my problem: - data is stc1 - the factor is dichotomous
2010 Nov 16
1
Re : interpretation of coefficients in survreg AND obtaining the hazard function for an individual given a set of predictors
Thanks for sharing the questions and responses! Is it possible to appreciate how much the coefficients matter in one or the other model? Say, using Biau's example, using coxph, as.factor(grade2 == "high")TRUE gives hazard ratio 1.27 (rounded). As clinician I can grasp this HR as 27% relative increase. I can relate with other published results. With survreg the Weibull model gives a
2019 Jan 29
1
[PATCH] v2v: Fix kernel disambiguation by dropping Epoch field (RHBZ#1669395).
When detecting kernels we have to list the files in the package to find the right /boot/vmlinuz file. In virt-v2v 1.28 we ran: rpm -ql kernel Because multiple kernels can be installed this gave incorrect results, which was reported in RHBZ#1161250 and initially fixed in commit 377bc302f11db3da4263f894c76a7d280fb25dbd. This changed the command to: rpm -ql [epoch:]kernel-version.release
2006 Jan 05
1
problem with command line arguments
Hello Everybody, I am running a R script through a perl code from command line. The perl script is like: my $cmd= 'R CMD BATCH D:/try5.R'; system($cmd); I run the perl code from command line. Now I want to pass some command line arguments to the R script. Its like the argv concept of perl. Do I pass the arguments through my $cmd in the perl script? If yes, then how to access that in
2008 May 24
2
Importing data in text file into R
Dear all, I am quite new to R; facing certain problems: Say, I have a text file( named as "try"): Year C1 C2 C3 C4 C5 C6 Y1 3.5 13.8 9.5 6.8 0.4 24.2 Y2 3.8 13.9 9.9 7.6 0.7 12.8 Y3 4.5 14.5 14.2 9.2 0.6 14.5 Y4 5.9 16.2 24.6 12.7 0.2 24.3 Y5 7.2 20.4 40.6 18.2 0.8 28.2 Y6 5.9 18.6 37.4 14.5 0.3 36.9 Y7 8.0 16.1 88.6 24.1 0.1 34.6 Y8 13.6 21.1 56.3 19.0 0.7 33.3 I wish to import the
2004 Mar 11
3
widen the screen place
I have this problem: my screen seems not wide enough in R. My true computer monitor is very wide, so I wish that I can line up the text when I stretch it wide. i.e.: This is typical R returns: > summary(a) V1 V2 V3 V4 F:625 Min. :20020103 EMC : 34 Min. : 9300300 L:944 1st Qu.:20020530 BRW : 27 1st Qu.: 9323865
2011 Jan 24
1
Extracting information from text data
Hi R-Users,   Thanks in advance.   I am using R-2.12.0 on Windows XP.   I am trying to produce an n X m matrix from text data stored in different files. Where n = number of words (say w1, w2, …, wn). M is the number of documents (say d1, d2, …, dm)   A. Using package tm   I am using package tm to do the job. I have provided the code below:   > my.corpus <- Corpus(DirSource(my.path),
2010 Apr 01
1
Patch to fix "make dist"
A patch is attached to fix this problem. It removes the deprecated reference to README.NV1 and properly adds src/nv_rop.h Thanks, Rico Tzschichholz -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-make-dist.patch Type: text/x-patch Size: 976 bytes Desc: not available URL:
2005 Jun 21
1
MeetMe Problems
I have two asterisk machines. One of them has a Digium board (server A) and the other is simply using ztdummy (server B). Server A is running on Debian and Server B is running Gentoo. Server A is running Asterisk CVS-Nv1-0-7-06/01/05-01:27:25 and Server B is running Asterisk 1.0.7. The problem I have is that when I try to transfer a call into a meetme room in server B, it simply hangs