Displaying 20 results from an estimated 88 matches for "numbe".
Did you mean:
number
2013 May 11
1
prediction in a loop with only one sample
Dear all,
I have a sample with 920 observations. I want to create a loop which takes
300 of these observations for the prediction and the rest to estimate the
model.
My idea was to create something like this:
cs.training.dat <- read.table...
cs.training.dat_sub1 <- subset(cs.training.dat, Income>10)
cs.training.dat_sub2 <- subset(cs.training.dat_sub1, Dept.Ratio<=1)
2006 Nov 17
2
Forming SQL Query at run-time
Hi.
I am trying to get data from mysql database using a couple of queries.
I do one query to find out the indexes. Then i need to use these
indexes in another query, but i keep getting errors.
Here is something:
numb <- dbSendQuery(con2, "select distinct(comparison) from table1")
count <- fetch(numb, -1)
my.matrix <- as.matrix(count)
rs <- dbSendQuery(con2, "select
1999 Jun 23
4
does a factorial function exist
I've looked through the documentation with R-0.64.1 and have been unable
to find a high-level function for evaluation of factorials (i.e., n!, not
factorial designs). Is there such a function?
It is trivial to code, so everyone could write their own, but it also
would be worthwhile as a standard tool. I'm guessing I am just
overlooking it.
2005 Feb 15
2
Sixtel.net / IAX.CC - Vanity Toll-Free Numbe r
...ake a call to my toll-free. Anybody
else just gets a busy signal. It takes for them about 5-6 business days to
respond to my request. It seems they are looking in the once a week to the
High priority tickets.
It also seems that they are permanently closed ! No matter when I call their
support 800 number, I get "you reached us during non-business hours. Our
business hours are from 10AM to 11PM Mountain Standard Time". I've tried to
call 8AM EST, 11AM EST, 2PM EST, 4PM EST, 6PM EST, 9PM EST, 11PM EST with
completely no luck ! Maybe I'm missing something ? Does somebody know exact...
2012 Sep 14
1
Adding annotations to qplot from a data frame
I have the following data frame:
> algaedata =
year DIV cellsperml
2001 BAC 72.808
2001 CHL 3.273
2002 BAC 14.002
2002 CYA 220.896
2002 UNI 464.699
2003 BAP 0
2003 BAC 1.782
2004 CYA 315.799
2005 UNI 222.532
2005 BAP 0.2
2005 CYA 163.627
2005 BAC 324.949
2006 CHL 1.636
2006 BAC 199.145
2007 CHL 19.635
2007 CYA 134.174
2007 BAC 485.405
2007 CHL 11.454
2007 CYA 104.721
...which makes a fine
2009 Sep 06
2
selecting columns based on values of two variables
Dear R-list,
I am having troubles selecting rows from a very large data-set
containing distances between capitals.
The structure of the data-set looks like this:
numa ida numb idb kmdist midist
1 2 USA 20 CAN 731 456
2 2 USA 31 BHM 1623 1012
3 2 USA 40 CUB 1813 1130
I want to select a subset of these dyads, and have
2007 Sep 23
3
Network Construction in R
Hi,
I am trying to construct a social network from a data frame with rows
acra numa acrb numb year expab eabo impab iabo
10 USA 2 CAN 20 1957 4017.000 0.0 3187.000 0.0
91 USA 2 CUB 40 1957 628.000 0.0 526.000 0.0
144 USA 2 HAI 41 1957 25.000 0.0 20.000 0.0
and so on.
I want the network to have directed edges from node acra to node
2006 Jun 15
5
DUNDi Not Able to HandleComplexFailoverSituations
...dial plan logic is in the same context on all boxes
e. Queue1's dial plan logic is referred to via 3 different DUNDi contexts weighted according to which server is the primary, secondary, and tertiary host server for the user agents (UA1,2, and 3)
f. So queue1, assigned the phone number of 5551212, is assigned to the Primary DUNDi context on Astbox1 with the weight of 0
g. Then queue1 is assigned to the secondary DUNDi context on Astbox2 with the weight of 100 and to the tertiary DUNDi context on Astbox3 with the weight of 200
h. So let's say we make a call from...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
tags 516774 = patch
tags 516294 = upstream
thanks
Hi!
Please find attached a diff closing #516774 by adding mkstemp(3),
again with a minimalistic pseudo-arc4random(3) behind it. I?ve
revisited the code. An mkstemp testsuite from the ?net shows it
works, except for not caring how many ?X?en are in the template.
Addressing #516294, it allows compiling and linking an mksh from
today?s CVS against
2006 Nov 03
4
read file problem
...7 7.1 5.9797 35.1631 .116 15 2221
8 8.1 5.9798 35.1630 .102 13 2221
9 9.1 5.9792 35.1629 .113 11 2221
...............
................
.........
If I use :
read.table(file, skip = 10)
it works fine but sometimes the missing data are not only
in line number 1 ( 1 1.0 2999)
but in lines 1,2,3,,, and therefore R fails to import the data file
How can I fix it?
I have tried with the arguments
strip.white = TRUE
, fill = TRUE
, blank.lines.skip = TRUE
but still not get what I want
Thanks in advance
> version...
2004 Jan 25
1
My story installing Samba-LDAP PDC (it has a happy ending )
i am also struggling with having a windows machine (xp) connect to a
sampa-ldap pdc. as far as the guide detailing vegeta's work, i'm somewhere
around step 5 where you groupmap the windows groups to the linux groups.
but unfortunately when i run the command: net groupmap add ntgroup="Domain
Admins" unixgroup=domadmin it fails.
the error returned is : adding entry Domain Admins
2011 Nov 15
1
averaging between rows with repeated data
...h 0.2526634 1.0282978 -0.110449844 CG441
9 i 1.9333444 1.6667486 2.937252363 CG232
10 j 1.6996701 0.5964623 1.967870617 CG125
*The Problem:*
Some of these id's are repeated, I want to average the values for those rows
within each column but obviously they have different numbers in the numbers
column, and they also have different letters in the letters column, the
letters are not necessary for my analysis, only the duplicated id's and the
numb columns are important
I also need to keep the existing dataframe so would like to build a new
dataframe that averages the r...
2013 Apr 18
5
Subsetting a large number into smaller numbers and find the largest product
Hello,
I have a big number lets say of around hundred digits. I want to subset
that big number into consecutive number of 5 digits and find the product of
those 5 digits. For example my first 5 digit number would be 73167. I need
to check the product of the individual numbers in 73167 and so on.
The sample number is as fol...
2012 Feb 07
6
my notes on bond, bridge, network, kvm, host and virtual so far
I put this page together just so I won't spam the board anymore begging
for help..lol
http://bobhoffman.com/vmissue.html
This shows a working effort of bonded eths, bridged into a vm, and a few
other things.
The only missing thing is something on the host that ends up putting the
VM internet
connection into some kind of limbo.
Whether it is hardware related, bug related, libvirt nat
2003 Dec 22
2
cancelling interdomain trusts
...en$
cn: mullen$
sn: mullen$
mail: mullen$@mullenpr.com
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: top
objectClass: kerberosSecurityObject
objectClass: sambaSamAccount
krbName: mullen$@MULLENPR.COM
loginShell: /bin/false
uidNumber: 1001
gidNumber: 1001
homeDirectory: /home/mullen
sambaSID: S-1-5-21-3186189368-1246494298-1334198317-3002
sambaPrimaryGroupSID: S-1-5-21-3186189368-1246494298-1334198317-3003
sambaPwdCanChange: 1072073389
sambaPwdMustChange: 2147483647
sambaLMPassword: the-names-have-been-changed
sambaNTPassword:...
2007 Mar 28
0
geoRglm question with covariates
Hi All,
I'm trying to use the geoRglm package to run a poisson spatial glm
on a dataset with several covariates. When I run without covariates I
have no problems.
control1.data.geo <- mcmc.control(S.scale=0.2, thin = 1)
model1.data.geo <- list(cov.pars = c(1,1), beta=c(1), family="poisson")
test1.model1 <- glsm.mcmc(data.geo, model=model1.data.geo,
2008 Nov 02
0
error in lapply (sorry error in last e-mail)
Dear all,
I am getting a error while using lapply to generate plots. The variable
".name" is used to identify each plot in the "main" variable. The method
worked once but afterwards seems to throw up an error when used in a
different case. The input ...
dataOut <- lapply(names(dataIn), FUN = function(.name){
anotherplotFun(dataIn[[.name]], numb = .name)} )
Throws up the
2007 Oct 23
2
typo in italian translation (PR#10367)
Hi
read.table in a table with numb of read elements not
multiple of columns
Avviso in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
il numero di elemtni letti non ?? un multiplo del numero di
colonne
--> change "elemtni" to "elementi"
Regards
Luca
2000 Mar 09
1
[Galen Hancock <galen@veribox.net>] Information leakage in sshd
Hi,
Thought I'd just forward this here, because I don't have time to look
into it right now, and am off skiing next week.
I'd guess that we should be checking for username = ``root'' before
going off to do password checks, and rejecting it on that basis first.
Cheers, Phil.
--
Mind-numbingly stupid UK law alert!
Act now to stop it! http://www.stand.org.uk/
--------------
2006 Jan 13
3
FastAGI Command Execution
I've noticed that with FastAGI (and maybe AGI) that when you sequentially send a sequence of dial commands, if the call is picked up, that after the call ends, the Fast AGI script keeps executing the commands!
Is there anyway to stop execution once a call is picked up? I think looking at the result codes after the Dial to determine if the call was picked up or not is not a good idea... if it