Displaying 20 results from an estimated 90 matches similar to: "Creating mean C columns out of As and Bs"
2013 Sep 10
1
Subtracting elements of a vector from each other stepwise
I am trying to figure out how to create a loop that will take the
difference of each member of a vector from each other and also spit out
which one has the least difference.
I do not want the vector member to subtract from itself or it must be able
to disregard the 0 obtained from subtracting from itself.
For example:
x = c(17,19,23,29)
1. abs(x-x[1]) = (0, 2, 6, 12)
2. abs(x-x[2]) = (2, 0,
2006 Jul 27
7
suspicious memory usages
Following is the output of top command at my server and i find the high
usage very much alarming.
We are basically a team of three developers working on same
machine(remotely), so we run mongrel_rails servers from out ~/public/app
directories.
We also run a cluster of mongrel servers using apache2.2.
Is this much memory use normal?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
2007 Oct 19
3
Puppet port/install on FreeBSD & Open BS
Does anyone know how to install puppet as client on FreeBSD & OpenBSD.
--
Deepak
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2005 Jun 14
0
bs() function of the splines package with intercept=FALSE
Hello,
I'm implementing a function using non uniform B-Splines. Looking at the
code of the bs() function, I realized that if the intercept was set to
FALSE, the behavior of the function was the following (df is the number
of degrees of freedom that I believe can be interpreted as the number
of control points):
- Compute df- ord + 1 _internal_ knots (ord is the order of the spline)
- Add ord
2014 Nov 20
2
ggplot question error: Error in s(x, bs = "cs") : object 'x' not found
Dear R-ers,
apologies for not providing the full code. I just need a point in the
right direction.
I have a data frame ('temp') with 1,200 rows and 2 variables.
I am using ggplot2 to create a scatter plot:
This is my code and it works fine, it creates a scatter plot:
library(ggplot2)
sp10<-ggplot(temp,aes(x=p.used_L1,y=l.to.r.ratio_L1))
sp10 + geom_point()
However, when I change the
2003 Jan 30
0
a question about spline A(ns or bs)
Hello:
I have a question about spline: ns (or bs) in R (library: splines).
What's the exact analytic form of the B splines generated by ns (or bs)?
I need to calculate the penalty (square of second order derivative) of the
basis functions. Is there any shortcut or I need to program myself?
thanks,
Shuangge Ma
*********************
Department of Statistics Phone: 608-263-4782(O)
University
2020 Aug 18
0
Re: [nbdkit PATCH] sh: Prefer dd bs=1 over iflag=count_bytes
On Mon, Aug 17, 2020 at 11:35:39AM -0500, Eric Blake wrote:
> While iflag=count_bytes combined with bs > 1 allows for more efficient
> operation, it is a feature of GNU dd, and not present on other
> implementations such as BSD. Sticking to just POSIX features makes
> things more portable.
I'm not very convinced by this. Maybe we should persuade
the BSD folk to implement this
2005 Jun 14
0
bs() function of the splines package
Laurent 14 juin 12:02 afficher les options
De : "Laurent" <eddy_l... at hotmail.com> - Rechercher les messages de cet
auteur
Date : Tue, 14 Jun 2005 03:02:37 -0700
Local : Mar 14 juin 2005 12:02
Objet : bs() function of the splines package
R??pondre | R??pondre ?? l'auteur | Transf??rer | Imprimer | Message individuel
| Afficher l'original | Retirer | Signaler un
2007 Jun 16
2
Status of the "bs" Package
The October 2006 R News had an article in which the authors discussed a new
package that implemented the Birnbaum-Saunders distribution. However, the
package (aptly named "bs") does not appear to be available for installation.
Does anyone know the status of this package? Thanks.
Tom La Bone
[[alternative HTML version deleted]]
2014 Apr 29
0
Bootstrap 3.1.1 is showing as BS 2...
I should first mention that I'm new to rails, but I updated to Ubuntu 14
today and I cloned my latest project from Github after installation.
Everything seems to be working just as my last push, however my project is
styled with Bootstrap 2... *but it should be 3.1.1.*
I am not using the direct files in the stylesheets folder, instead I
created my own custom.css.scss and did @import
2008 Oct 22
3
Question about .bs and .bss style bootsectors.
Hello
Recently I've been happily experimenting with syslinux, replacing grub
and my old bootmanager. All works beautifully, but I have one question -
in case of .bss bootsectors - what exactly and under what circumstances
is patched in ?
With syslinux used as main bootmanager - bootsectors from xp64, xp32 and
[pre-syslinux] msdos 7.1 (98se) work perfectly fine when chainloaded
natively as
2006 Sep 01
1
difference between ns and bs in predict.glm
I am fittling a spline to a variable in a regression model, I am then using
the predict.glm funtion to make some predictions. When I use bs to fit the
spline I don't have any problems using the predict.glm function however when
I use ns I get the following error:
Error in model.frame(formula, rownames, variables, varnames, extras,
extranames, :
variable lengths differ (found for
2014 May 19
3
Utilizar bs.data
Buen día a todos. Tengo un problema.Podría ayudarme diciendóme cómo se llama la paquetería para encontrar el comando "bs.data", lo he estado buscando para ver como escribir el comando en R y no me aparece una paquetería para ver la descripción. Saludos.
[[alternative HTML version deleted]]
2005 Aug 31
1
Bioconductor and R-devel
Hi,
I have built R (current development version) and BioConductor 1.7
with portland group compiler on a AMD Opteron.
When I ran qc assessment on Affymetrix latin square data set, I got the
following output,
Loading required package: affy
Loading required package: Biobase
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material. To view,
2020 Aug 17
3
[nbdkit PATCH] sh: Prefer dd bs=1 over iflag=count_bytes
While iflag=count_bytes combined with bs > 1 allows for more efficient
operation, it is a feature of GNU dd, and not present on other
implementations such as BSD. Sticking to just POSIX features makes
things more portable.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
docs/nbdkit-loop.pod | 2 +-
docs/nbdkit.pod | 4 ++--
2012 Jan 17
2
pscl package and hurdle model marginal effects
This request is related to the following post from last year:
https://stat.ethz.ch/pipermail/r-help/2011-June/279752.html
After reading the thread, the idea is still not clear. I have fitted a model using HURDLE from the PSCL package. I am trying to get marginal effects / slopes by multiplying the coefficients by the mean of the marginal effects (I think this is right). To my understanding, this
2003 Aug 05
5
(no subject)
Does anyone keep a known telemarketer caller id database? If not has anyone
proposed an Asterisk community project to share this information? Sort of a
nation wide blacklist so Asterisk'ers can cut down on the garbage calls...
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 05
0
Memory Usage after upgrading to pre-release and removing sendfile
After the upgrade my memory usage is shown like this:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4592 flipl 16 0 197m 150m 2360 S 0.0 14.9 6:17.28 mongrel_rails
4585 mongrel 16 0 190m 140m 1756 S 0.0 13.9 0:52.86 mongrel_rails
4579 mongrel 16 0 200m 157m 1752 S 0.0 15.5 0:56.31 mongrel_rails
4582 mongrel 16 0 189m 139m 1752 S 0.0 13.8
2006 Oct 12
3
ts vs zoo
> Hello,
>
> I have lots of data in zoo format and would like to do some time
> series analysis. (using library(zoo), library(ts) )
>
> My data is usually from one year, and I try for example stl() to find
> some seasonalities or trends.
>
> I have now accepted, that I might have to convert my series into ts()
> but still I am not able to execute the comand since
2012 Aug 02
0
predictions from hurdle model
I ran a negative binomial logit hurdle model and am now trying to plot the
effects of a continuous predictor variable (the only variable in my model)
on the count and zero component and the overall mean response. I'm confused
because for some values, the predicted overall mean is higher than the mean
of the non-zero counts (range of predicted overall means=2.2-11.0; range of
non-zero count