Displaying 20 results from an estimated 18072 matches for "centers".
Did you mean:
center
2004 Aug 06
0
toner cartridges
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="sam">
<meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; I) [Netscape]">
<title>fgfg</title>
2002 Jul 12
1
toner cartridges
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="sam">
<meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; I) [Netscape]">
<title>fgfg</title>
2007 Jun 01
2
Interaction term in lmer
Dear R users,
I'm pretty new on using lmer package. My response is binary and I have fixed
treatment effect (2 treatments) and random center effect (7 centers). I want
to test the effect of treatment by fitting 2 models:
Model 1: center effect (random) only
Model 2: trt (fixed) + center (random) + trt*center interaction.
Then, I want to compare these 2 models with Likelihood Ratio Test. Here are
my lmer codes that I don't feel comfortable about t...
2009 Mar 08
2
prcomp(X,center=F) ??
I do not understand, from a PCA point of view, the option center=F
of prcomp()
According to the help page, the calculation in prcomp() "is done by a
singular value decomposition of the (centered and possibly scaled) data
matrix, not by using eigen on the covariance matrix" (as it's done by
princomp()) .
"This is generally the preferred method for numerical accuracy"
2010 Jan 11
1
K-means recluster data with given cluster centers
K-means recluster data with given cluster centers
Dear R user,
I have several large data sets. Over time additional new data sets will be created.
I want to cluster all the data in a similar/ identical way with the k-means algorithm.
With the first data set I will find my cluster centers and save the cluster centers to a file [1].
This first da...
2012 Jan 14
1
Error: unexpected '<' in "<" when modifying existing functions
Hi.
I am trying to modify kmeans function.
It seems that is failing something obvious with the workspace.
I am a newbie and here is my code:
myk = function (x, centers, iter.max = 10, nstart = 1, algorithm =
c("Hartigan-Wong",
+ "Lloyd", "Forgy", "MacQueen"))
+ {
+ do_one <- function(nmeth) {
+ Z <- switch(nmeth, {
+ Z <- .Fortran(R_kmns, as.double(x), as.integer(m),
+ as...
2009 Jun 14
1
Centering graphics by default in Sweave
Is there an elegant way to get Sweave to center graphics by default?
I'd like to use \centerline{\includegraphics{}} etc. to save some
vertical space that \begin{center} ... \end{center} uses, and I'd like
to avoid centering with each <<fig=T>>=
Thanks
Frank
--
Frank E Harrell Jr Professor and Chair School of Medicine
Department of
2010 Feb 07
1
mboost: Interpreting coefficients from glmboost if center=TRUE
I'm running R 2.10.1 with mboost 2.0 in order to build predictive
models . I am performing prediction on a binomial outcome, using a
linear function (glmboost). However, I am running into some confusion
regarding centering. (I am not aware of an mboost-specific mailing
list, so if the main R list is not the right place for this topic,
please let me know.)
The boost_control() function allows
2013 Apr 23
2
Needed: Beta Testers and Summer Camp Students
Greetings.
I'm teaching linear regression this semester and that means I write
more functions for my regression support package "rockchalk". I'm at
a point now were some fresh eyes would help, so if you are a student
in a course on regression, please consider looking over my package
overview document here:
http://pj.freefaculty.org/R/rockchalk.pdf
That tells how you can grab
2016 Jul 21
1
[Bug 1080] New: call ^^18557^O92^847^^@@ Epson printer customer care phone number
...nters
troubleshooting pixma, troubleshooting Epson printer, Epson mp830
troubleshooting, Epson mp620 troubleshooting, troubleshooting for Epson
printers, Epson printer troubleshooter, troubleshooting printer HP, how to
troubleshoot Epson printer Center Epson (38) Epson service center, Epson
service centers, Epson support center, Epson service center phone number
1-855.709.2847) , Epson pixma service center, Epson customer support center,
Epson service center number 1-855.709.2847) , Epson repair center, Epson call
center number 1-855.709.2847) , Epson customer service center, Epson call
center, Epson...
2010 Feb 22
3
scale(x, center=FALSE) (PR#14219)
Full_Name: Maria Rizzo
Version: 2.10.1 (2009-12-14)
OS: Windows XP SP3
Submission from: (NULL) (72.241.75.222)
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor
2016 Jul 13
0
[Bug 2596] New: Brother printer (((1~855~709~2847))) Technical Support Phone Number Brother Printer Customer Care Phone Number
...bleshooting Brother printer, Brother mp830 troubleshooting,
Brother mp620 troubleshooting, troubleshooting for Brother printers,
Brother printer troubleshooter, troubleshooting printer Brother , how
to troubleshoot Brother printer Center Brother (38) Brother service
center, Brother service centers, Brother support center, Brother
service center phone number 1-855-709-2847, Brother pixma service
center, Brother customer support center, Brother service center
number 1-855-709-2847, Brother repair center, Brother call center
number 1-855-709-2847, Brother customer service center, Brothe...
2016 Jul 13
0
[Bug 2597] New: Epson printer (((1~855~709~2847))) Technical Support Phone Number Epson Printer Customer Care Phone Number
...ixma,
troubleshooting Epson printer, Epson mp830 troubleshooting, Epson
mp620 troubleshooting, troubleshooting for Epson printers, Epson
printer troubleshooter, troubleshooting printer Epson , how to
troubleshoot Epson printer Center Epson (38) Epson service
center, Epson service centers, Epson support center, Epson
service center phone number 1-855-709-2847, Epson pixma service
center, Epson customer support center, Epson service center number
1-855-709-2847, Epson repair center, Epson call center number
1-855-709-2847, Epson customer service center, Epson call c...
2010 Mar 19
0
mboost: Interpreting coefficients from glmboost if center=TRUE
Sorry for the tardy reply but I just found your posting incidentally
today. To make long things short:
You are right about the centering. We forgot to correct the intercept if
center = TRUE. We lately found the problem ourself and fixed it in the
current version (mboost 2.0-3). However the problem only occurred if you
extracted the coefficients. As the intercept is rarely interpretable we
2003 Jun 05
1
kmeans (again)
Regarding a previous question concerning the kmeans function I've tried the
same example and I also get a strange result (at least according to what is
said in the help of the function kmeans). Apparently, the function is
disregarding the initial cluster centers one gives it. According to the help
of the function:
centers: Either the number of clusters or a set of initial cluster
centers...
Now a small dataset:
> data<-matrix(c(-1,0,2,2.5,7,9,0,3,0,6,1,4),6,2)
If I use rows 3 and 4 as cluster centers and a single iteration of kmeans I...
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
I have some tables wrapped in divs, when you
click them, they are hidden and then some of the data
is added as a div into another div by way of
innerhtml. When you you click on these new divs that
are in the html, they should go away. This works fine
in Firefox but doesn''t work at all in IE. Does anyone
have any ideas? The weird thing is if I take the
source of the html after the
2010 Aug 18
1
Plotting K-means clustering results on an MDS
...istance measure to my raw
data would have been inappropriate)
canto.MDS<-cmdscale(canto)
I then figured out what would be my optimum k-value by plotting the within
sums of squares for K1-K15
> wss <- (nrow(canto.MDS)-1)*sum(apply(canto.MDS,2,var))
> wss[2] <- sum(kmeans(canto.MDS,centers=2)$withinss)
> wss[3] <- sum(kmeans(canto.MDS,centers=3)$withinss)
> wss[4] <- sum(kmeans(canto.MDS,centers=4)$withinss)
> wss[5] <- sum(kmeans(canto.MDS,centers=5)$withinss)
> wss[6] <- sum(kmeans(canto.MDS,centers=6)$withinss)
> wss[7] <- sum(kmeans(canto.MDS,ce...
2006 Aug 11
1
The Internet Is The Future xapian-devel
2009 Feb 25
4
DID's in a specific rate center
I need 100 DID's in a specific rate center (916-854-xxxx). How do I go
about finding who owns the rate center ? If the DID's are available in
this rate center ?
Thanks
Vikas
2006 Mar 23
0
Ajax and Rails Problem
hi guys,
i am havin a problem displaying content of @wine from the search
action.. i get no errors i only get   where the results is when i
examine the html plz help
i posted my code
John
def search
@wines = Wine.find(:all)
@wine_pages, @wines = paginate :wines
end
def searchaction
@search=request.raw_post
@wines = Wine.find(:all,:conditions=>["name LIKE