Displaying 20 results from an estimated 50 matches for "chas".
Did you mean:
char
2014 Jul 17
3
FW: Selección eficiente de individuos
Hola,
Otra forma, utilizando la función de intervalos y la que comprueba si otro
intervalo se solapa del paquete "lubridate":
#----------------------
library(lubridate)
fe.chas <- data.frame(
entra=c('2001-01-01','2001-06-01','2003-01-01')
,sale=c('2002-01-01','2002-06-01','2004-01-01')
)
ref <- new_interval(ymd('2001-12-01'), ymd('2002-01-01'))
mapply(
function(x,y,z) {int_overlaps(new_in...
2010 Feb 25
2
error using pvcm() on unbalanced panel data
...h models on balanced panel data (the example
from the "plm" vignette), but I failed to do so on my real, unbalanced
panel data.
I can reproduce the error on a modified example from the vignette:
> require(plm)
> data("Hedonic")
> Hed <- pvcm(mv ~ crim + zn + indus + chas + nox + rm + age + dis +rad + tax + ptratio + blacks + lstat, Hedonic, model = "within",index = "townid")
Error in FUN(X[[1L]], ...) : insufficient number of observations
> ##it fails for both FE and RE cases
> Hed <- pvcm(mv ~ crim + zn + indus + chas + nox + rm + age...
2006 Aug 15
3
update or alter cart
...to modify and update the items in the Depot - "display_cart".
Since the cart is in a session, its a little hard to get at the data.
I just want to create a way to change quantities, prices and
recalculate.
Has someone done this, and could you point me to the right direction.
Thanks
Chas
--
Posted via http://www.ruby-forum.com/.
2006 Aug 12
5
Simple Newbie db ???
...d=false,
@errors=#<ActiveRecord::Errors:0x2716d0c @base=#<Entry:0x27178c4 ...>,
@errors={}>>
Also tried.. >> Entry.create("title" =>"new title", "body" => "Brand new
body")
Any clues?
Other tables in same db are fine..
TIA
Chas
--
Posted via http://www.ruby-forum.com/.
2003 Mar 24
2
Problem with the step() function
...preciated.
I've prepared a simple example to illustrate my problem:
> library(MASS)
> data(Boston)
> my.fun <- function(dataset) {
+ l <- lm(medv ~ .,data=dataset)
+ final.l <- step(l)
+ }
> model <- my.fun(Boston)
Start: AIC= 1589.64
medv ~ crim + zn + indus + chas + nox + rm + age + dis + rad +
tax + ptratio + black + lstat
Df Sum of Sq RSS AIC
- age 1 0.1 11078.8 1587.6
- indus 1 2.5 11081.3 1587.8
<none> 11078.8 1589.6
- chas 1 219.0 11297.8 1597.5
- tax 1 242.3 11321....
2006 Jun 07
8
erb Regex ?
...I ultimately want to display:
Track <%= product.sku %>
I can isolate the first part with /\d+\_/ = 1234_
But can''t figure out how to get the last two chars ...... 56
Can someone point me to a source for that shows how to parse strings
like this in a Rails context?
THX
Chas
--
Posted via http://www.ruby-forum.com/.
2011 Jul 29
3
help with plot.rpart
? data=read.table("http://statcourse.com/research/boston.csv", , sep=",",
header = TRUE)
? library(rpart)
? fit=rpart (MV~ CRIM+ZN+INDUS+CHAS+NOX+RM+AGE+DIS+RAD+TAX+ PT+B+LSTAT)
Please: Show me the tree.
Mark
-------- Original Message --------
Subject: Re: [R] help with rpart
From: "Stephen Milborrow" <[1]milbo at sonic.net>
Date: Fri, July 29, 2011 7:54 am
To: <[2]mark at statcourse.com>...
2014 Jul 17
4
Selección eficiente de individuos
Buenas
tardes,
Tengo un
data frame denominado “trabajadores”, que cubre desde el 1 de
enero de 1997 hasta el 30 junio de 1999, con 3 columnas: Identificador (ID), la
fecha de entrada en la empresa (ENT) y la fecha de salida (SAL). Deseo localizar
aquellos trabajadores que, durante dicho periodo, NO han llegado a pasar un 31
de diciembre y un 1 de enero seguidos (cambio de año) como asalariados
2006 Jun 17
1
magic disappearing parameters
...9;'m missing something
really obvious, but huh? Why is it that when I call it with arguments,
it doesn''t want any, but when I call it without them, it does? Is it the
*type* of argument? But since the parameters are dynamically typed, that
makes no sense to me.
What am I missing?
Chas. Munat
Seattle
1999 Jun 07
1
configure script: locking error
...onfdefs.h"
#include "./tests/fcntl_lock.c"
I don't have any idea why it gets a parse error. I actually looked at fcntl.h
and everything seems fine (not that I would expect such a library file to have
an error).
I posted the entire log file at http://www.ccrc.wustl.edu/~chas/config.log if
that helps.
Thanks,
Chas S.
chas@ccrc.wustl.edu
2008 Mar 16
2
CentOS 5.1 single (server) CD ??
Hi,
Any chance of a CentOS 5.1 single server CD similiar to the one for 4.4?
That CD wa very useful for 90% of the instals that I've been doing and
whatever extras were needed were eaily added through Yum.
Chas.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2010 Sep 20
2
how to seperate " "? or how to do regression on each variable when I have multiple variables?
Dear All,
I have data which contains 14 variables. And I have to regress one of
variables on each variable (simple 13 linear regressions)
I try to make a loop and store only R-squared
colnames(boston)
[1] "CRIM" "ZN" "INDUS" "CHAS" "NOX" "RM" "AGE"
[8] "DIS" "RAD" "TAX" "PTRATIO" "B" "LSTAT" "MEDV"
name <- colnames(boston)
r <- rep(0, 13)
for(i in 1: 13) {
r[i] <- summary(lm(...
1999 Aug 04
0
How do you run smbpasswd?
...= No
create mask = 0600
directory mask = 0700
locking = No
The specific error is:
machine 127.0.0.1 rejected the session setup. Error was : ERRSRV - ERRbadpw
(Bad password - name/password pair in a Tree Connect or Session Setup are
invalid.).
Failed to change password for chas
I was able to set the root password w/o the -r option, but then when I try
to reset it with the -r option, it also fails, so I don't think it has to
do with the empty password.
Can anybody tell me what's up with this, or how I can figure out what the
problem is?
Thanks,
Chas
2015 Aug 21
2
[PATCH 2/2] core/graphics: fix lss16 parsing
getnybble() needs to return four bits at a time from every byte.
During rle decode, rows are rounded to an integer number of bytes.
The rle length needs to be able to hold values > 255.
Signed-off-by: Chas Williams <3chas3 at gmail.com>
---
core/graphics.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/core/graphics.c b/core/graphics.c
index 1604ab4..011be4a 100644
--- a/core/graphics.c
+++ b/core/graphics.c
@@ -54,6 +54,9 @@ typedef s...
2015 Aug 21
2
[PATCH 1/2] msg: VGAFilePtr should be char
VGAFilePtr is used as a pointer into VGAFileBuf, so it should be the
same type.
Signed-off-by: Chas Williams <ciwillia at brocade.com>
---
com32/elflink/ldlinux/msg.c | 4 ++--
core/graphics.c | 2 +-
core/include/graphics.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/com32/elflink/ldlinux/msg.c b/com32/elflink/ldlinux/msg.c
index 9ded33e..37cbe71...
2015 Aug 20
4
boot logo via boot.txt
We recently have upgraded syslinux and have noticed that the boot logo
code via boot.txt no longer works. I have a couple patches that get it
close to working but I appear to be having trouble with color maps. Is
there someone would want to help me finish figuring this out?
Any interest in the patches I have to fix the rle decoder?
2011 Jul 29
1
help with predict.rpart
? data=read.table("http://statcourse.com/research/boston.csv", ,
sep=",", header = TRUE)
? library(rpart)
? fit=rpart (MV~ CRIM+ZN+INDUS+CHAS+NOX+RM+AGE+DIS+RAD+TAX+
PT+B+LSTAT)
predict(fit,data[4,])
plot only reveals part of the tree in contrast to the results on obtains
with CART or C5
-------- Original Message --------
Subject: Re: [R] help with rpart
From: Sarah Goslee <sarah.goslee at gmail.com>
Date: Fri, July 29,...
2004 Nov 18
1
Method dispatch S3/S4 through optimize()
...etMethod().
When called from within functions passed as the f= argument to optimize,
the S3 generics for det() and chol() get picked up, not the S4 generics
for the S4 SparseM classes. This looks for instance like (from
example(boston)):
> gp2 <- lagsarlm(log(CMEDV) ~ CRIM + ZN + INDUS + CHAS + I(NOX^2) + I(RM^2)
+ + AGE + log(DIS) + log(RAD) + TAX + PTRATIO + B + log(LSTAT),
+ data=boston.c, nb2listw(boston.soi), method="SparseM")
matrix.csr
Error in chol(tmp1) : non-numeric argument to chol
(this is the error message in chol.R in base). tmp1 is of class
"matrix.csr...
2017 Jan 30
2
LLVM Weekly - #161, Jan 30th 2017
...d binaries are [now
available](http://lists.llvm.org/pipermail/llvm-dev/2017-January/109442.html).
Time to get testing!
## On the mailing lists
* Johannes Doerfert has posted an [RFC for adding parallel extensions to LLVM
IR](http://lists.llvm.org/pipermail/llvm-dev/2017-January/109615.html).
* Chas Boyd has
[written](http://lists.llvm.org/pipermail/llvm-dev/2017-January/109613.html)
to the mailing list to say a little more about Microsoft's use of LLVM and
Clang in the new DirectX Shader Compiler.
* Manuel Klimek reports that [work is starting on
ClangD](http://lists.llvm.org/pipermail/c...
2006 Jun 10
2
readline problems
...gs about differences in signedness during make,
but it installed fine.
I also uninstalled and reinstalled rake and rails. I got an invalid date
error while re-installing localization_generator, but otherwise all went
well.
But I still get the above error. Anyone know why?
Thanks for helping.
Chas. Munat
Seattle