search for: redun

Displaying 16 results from an estimated 16 matches for "redun".

Did you mean: redin
2011 Oct 19
1
Subsetting data by eliminating redundant variables
Dear All, I am new to R, I have one question which might be easy. I have a large data with more than 250 variable, i am reducing number of variables by redun function as in the example below, n <- 100 x1 <- runif(n) x2 <- runif(n) x3 <- x1 + x2 + runif(n)/10 x4 <- x1 + x2 + x3 + runif(n)/10 x5 <- factor(sample(c('a','b','c'),n,replace=TRUE)) x6 <- 1*(x5=='a' | x5=='c') data1 <- cbind(x1,x2...
2006 Nov 24
0
Doubling up; redunancy with DUNDi
Hi :) We currently have a single * box with 4-port E1 card terminating 60 channels: [PSTN] | | 2 x E1 [Asterisk] | | 2 x E1 [Legacy PBX] What I'd like to have is this: [PSTN] | \______ | | [*1]- - - -[*2] - DUNDi peering between 2 * boxes | | [Legacy PBX] Whereby a call in either direction would be routed either 'straight through' to/from the PSTN
2017 Sep 14
3
Help understanding why glm and lrm.fit runs with my data, but lrm does not
...dist = datadist(gusto2) options(datadist='ddist') fit1 <- lrm(DAY30~AGE+HYP+KILLIP+HRT+ANT,gusto2) Error in lrm(DAY30 ~ AGE + HYP + KILLIP + HRT + ANT, gusto2) : Unable to fit model using "lrm.fit" Online solutions to this problem involve checking whether any variables are redundant. However, the results for my data suggest that none are. redun(~AGE+HYP+KILLIP+HRT+ANT,gusto2) Redundancy Analysis redun(formula = ~AGE + HYP + KILLIP + HRT + ANT, data = gusto2) n: 2188 p: 5 nk: 3 Number of NAs: 0 Transformation of target variables forced to be linear R-sq...
2017 Sep 14
0
Help understanding why glm and lrm.fit runs with my data, but lrm does not
...tadist='ddist') > > fit1 <- lrm(DAY30~AGE+HYP+KILLIP+HRT+ANT,gusto2) > > Error in lrm(DAY30 ~ AGE + HYP + KILLIP + HRT + ANT, gusto2) : > Unable to fit model using "lrm.fit" > > Online solutions to this problem involve checking whether any variables are redundant. However, the results for my data suggest that none are. > redun(~AGE+HYP+KILLIP+HRT+ANT,gusto2) > > Redundancy Analysis > > redun(formula = ~AGE + HYP + KILLIP + HRT + ANT, data = gusto2) > > n: 2188 p: 5 nk: 3 > > Number of NAs: 0 > > Trans...
2017 Sep 14
1
Help understanding why glm and lrm.fit runs with my data, but lrm does not
...; > fit1 <- lrm(DAY30~AGE+HYP+KILLIP+HRT+ANT,gusto2) > > > > Error in lrm(DAY30 ~ AGE + HYP + KILLIP + HRT + ANT, gusto2) : > > Unable to fit model using "lrm.fit" > > > > Online solutions to this problem involve checking whether any variables > are redundant. However, the results for my data suggest that none are. > > redun(~AGE+HYP+KILLIP+HRT+ANT,gusto2) > > > > Redundancy Analysis > > > > redun(formula = ~AGE + HYP + KILLIP + HRT + ANT, data = gusto2) > > > > n: 2188 p: 5 nk: 3 > > >...
2008 Mar 03
1
using 'lrm' for logistic regression
Hi R, I am getting this error while trying to use 'lrm' function with nine independent variables: > res = lrm(y1994~WC08301+WC08376+WC08316+WC08311+WC01001+WC08221+WC08106+WC0810 1+WC08231,data=y) singular information matrix in lrm.fit (rank= 8 ). Offending variable(s): WC08101 WC08221 Error in j:(j + params[i] - 1) : NA/NaN argument Now, if I take choose only four
2004 Mar 30
1
Hot plug PCI?
...sistance to using any PBX that isn't from a major vendor with a track record in the company management. I am going out on a limb for * as the features and capabilities as well as the cost seem like exactly what we want and need. If I go the Asterisk route it will be with a serious server, redunant power supplies, raid, etc... I will have a much better chance at getting aproval for this if there is hot plug support to give this project all of the features found in comporable products from Nortel and Avaya. Thank you, Charlie Hedlin
2002 May 28
1
masking
Dear R developers, I am newbie to R-development. I have written mutated the rpart to obtain myown package that performs some additional calculations on trees. I have altered the names of rpart's functions so there is no namespace conflict, but there is redunant functionality. However there some remaining functions that I am not sure what to do with. When I run R and load both libraries I get masking: > library(dI) > library(rpart) Attaching package `rpart': The following object(s) are masked from package:dI : is.Surv string.boundin...
2005 Jan 16
3
interpolation of LSFs and bandwidth expansion
hi, thanks for answers to my previous qns. have some more of them. hope it's ok to ask questions on the basics of CELP here. let me know if it's not. 1) synthesized filter stability after interpolation of LSFs I read from some resources that if LSF representation of LPCs is used for interpolation, stability of the synthesis filter is guaranteed. from another source, i read that the
2008 Jul 02
3
undefined method `name' for nil:NilClass
I''m a new puppet user. I can''t puppetmasterd to start. I searched this group for the error message I get, but found nothing. Any ideas? [root@puppet ~]# puppetmasterd undefined method `name'' for nil:NilClass Using the --debug switch and ruby''s --debug option shows the following: [root@puppet ~]# puppetmasterd --debug debug: Parsing /etc/puppet/puppet.conf
2008 Dec 09
4
Pre-model Variable Reduction
Hello All, I am trying to carry out variable reduction. I do not have information about the dependent variable, and have only the X variables as it were. In selecting variables I wish to keep, I have considered the following criteria. 1) Percentage of missing value in each column/variable 2) Variance of each variable, with a cut-off value. I recently came across Weka and found that there is an
2020 Mar 19
0
[PATCH 3/4] mm: simplify device private page handling in hmm_range_fault
...ror_device *mdevice, > + struct page *page) > +{ > + if (!is_zone_device_page(page)) > + return false; > + return page->pgmap->ops == &dmirror_devmem_ops && > + dmirror_page_to_device(page) == mdevice; > +} Use new owner stuff, right? Actually this is redunant now, the check should be just WARN_ON pageowner != self owner > +static int dmirror_do_fault(struct dmirror *dmirror, struct hmm_range *range) > +{ > + uint64_t *pfns = range->pfns; > + unsigned long pfn; > + > + for (pfn = (range->start >> PAGE_SHIFT); > +...
2020 Mar 17
4
[PATCH 3/4] mm: simplify device private page handling in hmm_range_fault
On 3/17/20 5:59 AM, Christoph Hellwig wrote: > On Tue, Mar 17, 2020 at 09:47:55AM -0300, Jason Gunthorpe wrote: >> I've been using v7 of Ralph's tester and it is working well - it has >> DEVICE_PRIVATE support so I think it can test this flow too. Ralph are >> you able? >> >> This hunk seems trivial enough to me, can we include it now? > > I can send
2010 Sep 30
7
how to make list() return a list of *named* elements
If I combine elements into a list b <- c(22.4, 12.2, 10.9, 8.5, 9.2) my.c <- sample.int(round(2*mean(b)), 5) my.list <- list(b, my.c) the names of the elements seems to get lost in the process: > str(my.list) List of 2 $ : num [1:5] 22.4 12.2 10.9 8.5 9.2 $ : int [1:5] 11 8 6 9 20 If I explicitly name the elements at list-creation, I get what I want: my.list <- list(b=b,
2017 Dec 12
14
[Bug 104222] New: GNOME/Wayland desktop freezes when resizing Firefox window
https://bugs.freedesktop.org/show_bug.cgi?id=104222 Bug ID: 104222 Summary: GNOME/Wayland desktop freezes when resizing Firefox window Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2020 Mar 19
2
[PATCH 3/4] mm: simplify device private page handling in hmm_range_fault
...struct page *page) >> +{ >> + if (!is_zone_device_page(page)) >> + return false; >> + return page->pgmap->ops == &dmirror_devmem_ops && >> + dmirror_page_to_device(page) == mdevice; >> +} > > Use new owner stuff, right? Actually this is redunant now, the check > should be just WARN_ON pageowner != self owner I'll clean this up. dmirror_device_is_mine() isn't needed now. >> +static int dmirror_do_fault(struct dmirror *dmirror, struct hmm_range *range) >> +{ >> + uint64_t *pfns = range->pfns; >> + u...