search for: pragya

Displaying 7 results from an estimated 7 matches for "pragya".

Did you mean: pragma
2012 Jul 17
2
R2WinBUGS
...reater than the upper bound for t" in WinBUGS ? t is a vector I have defined. I have checked repeatedly that the array index for t does match with the upper bound till which the loop is run. I am facing this problem while calling the R2WinBUGS package and both in just WinBUGS as well. Thanks, Pragya [[alternative HTML version deleted]]
2010 Oct 30
2
How to get write permissions for (lib="~/.R/library") ??
...;) : 'lib = "~/.R/library"' is not writable Error in install.packages("igraph", lib = "~/.R/library") : unable to install packages I have tried the command by logging in as the root user, but that also didn't work. Can anyone please help me?? Thanks, Pragya [[alternative HTML version deleted]]
2012 Jul 13
1
Accessing coefficient values in linear regression
...5 3.969 5.003 3.040 Now I wish to access the values of these coefficients for other purposes and all this I need to be done within a code. Using j$coefficients["(Intercept)"] gives me (Intercept) 191.9161 How can I get just the value 191.9161? Please help. Thanks, Pragya [[alternative HTML version deleted]]
2013 Oct 27
1
R-help Digest, Vol 128, Issue 29
...r-help-owner@r-project.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of R-help digest..." > > > Today's Topics: > > 1. Heteroscedasticity and mgcv. (Collin Lynch) > 2. About K-means Clustering (pragya.panchal23@gmail.com) > 3. Re: Code Book from SPSS Data (Barry Rowlingson) > 4. Re: About K-means Clustering (Rui Barradas) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 26 Oct 2013 23:57:51 -0400 (EDT) > Fro...
2012 Jul 09
3
returning multiple values
I am running a program which has an output containing four vectors named meanfevs, meanfevns, pfevs, pfevns. I wish to return all four and be able to access them later. I used the command return(list(a=meanfevs,b=meanfevns,c=pfevs,d=pfevns)) it did give me the ouput. However the values did not get stored in the vectors a,b,c and d and i am not being able to access them later by just calling
2013 Oct 27
2
About K-means Clustering
Hi, I need some answers regarding to R. In K-means clustering ,for K=2, How can I find the members of each cluster and What are the coordinates for the cluster centers? Please send me a reply soon. Thank You Sent from Windows Mail [[alternative HTML version deleted]]
2012 Jul 09
1
R to winbugs interface
Hello everyone, I need some help regarding calling WinBUGS from R. I have a model for WinBUGS and an R code which calls WinBUGS. On running the code I am being shown the error message : Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program