search for: candic

Displaying 8 results from an estimated 8 matches for "candic".

Did you mean: candid
2011 Oct 24
1
bestglm function and output in R
...f my text file with predictors before it. Two of my predictors have two levels and the other two have three levels. Perhaps this makes a difference to the ditribution type I select? Any help would be greatly appreciated since I am now rightly stuck and have no idea what else to try. Many thanks, Candice -- View this message in context: http://r.789695.n4.nabble.com/bestglm-function-and-output-in-R-tp3933547p3933547.html Sent from the R help mailing list archive at Nabble.com.
2008 Oct 22
1
Saving kruskal wallis p-values
...when I run the test for one point on the spectra these are the results I get: Kruskal-Wallis rank sum test data: X175 by treatment Kruskal-Wallis chi-squared = 22.9769, df = 9, p-value = 0.006249 Any help on this would be appreciated. I am just trying to streamline all this analysis. Thanks Candice
2013 Apr 24
0
puzzles of Finance data programming with R
Hi This is Candice from Newcastle University. I am now coming across some problems with the programming of R. It is like this. I am asked to run three models based on a sample of CPI: Random walk Recursive AR(4) Rolling AR(4) 1.Based on the papers I find, I think the random walk may be similar to an AR(1) model (if...
2001 Mar 13
3
gc() shrinks with multiple iterations
Is it expected behavior for gc() to return shrinking values as it gets called multiple times? Here's what I've got: > gc() used (Mb) gc trigger (Mb) Ncells 221754 6.0 467875 12.5 Vcells 3760209 28.7 14880310 113.6 > gc() used (Mb) gc trigger (Mb) Ncells 221760 6.0 467875 12.5 Vcells 3016206 23.1 11904247 90.9 > gc() used (Mb) gc
2001 Feb 18
3
Rcmd
I'm running Windows NT4. Rcmd does not seen to read the command line. Rterm and other things work well. For example "Rcmd check --help" fails with the command interpreter trying to find a program or file called "check." What have I missed? -- Bob Wheeler --- (Reply to: bwheeler at echip.com) ECHIP, Inc.
2001 Feb 15
4
R with multiple processors
Hello. The laboratory where I work has the possibility to get a Sun machine with 12 processors. My question is: can R be used to implememt parallel algorithms which take into account the several processors? Is there a way to run *threads* in R? If this is possible, would somebody share his/her experiences? Thanks. Isabel -- Isabel Cañette Iguá 4225 Centro de Matemática 11400
2001 Feb 11
6
embedding R?
My apologies if this is a FAQ, I searched the mailing list archives before posting. Background: I am a long time user of SPlus, and a recent user of R. My work normally involves converting the raw output of something interesting into data to be analyzed in S/R, for which I use Perl extensively. I then import the data into S/R, perform the analyses I need, dumping the values into a new file,
2019 Feb 04
7
[RFC] Vector Predication
On Mon, 4 Feb 2019 at 22:04, Simon Moll <moll at cs.uni-saarland.de> wrote: > On 2/4/19 9:18 PM, Robin Kruppe wrote: > > > > On Mon, 4 Feb 2019 at 18:15, David Greene via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Simon Moll <moll at cs.uni-saarland.de> writes: >> >> > You are referring to the sub-vector sizes, if i am