search for: projection83

Displaying 5 results from an estimated 5 matches for "projection83".

Did you mean: projection
2007 Apr 04
0
to findout maximized log likelihoods by using rlarg.fit (for several r order statistics)
...d Reza Jafarzadeh) > 45. Re: Generate a serie of new vars that > correlate with existing > var (Nguyen Dinh Nguyen) > 46. Optimization and simulation (Jin Huang) > 47. REPLACE and REMOVE fns (Tina Robles) > 48. Re: (Newbie)Basic Basic global vs. local > variables (projection83) > 49. Re: Reading user input (projection83) > 50. Newbie: Simple loops: complex troubles > (projection83) > 51. gnomeGUI under KDE (Luis Lopez Oliveros) > 52. Re: HPDinterval problem (Seyed Reza > Jafarzadeh) > 53. Re: converting a list to a data.frame (Patrick >...
2007 Apr 01
2
Reading user input
Hi there, this is a very easy question, i just cant seem to find a straight answer- i need this one thing, then i can finish my project for this term. I am making an interactive application with R where I get the user to input numbers that the program then uses in the analysis. I have figured out a lot of stuff, yet this is somehow hard to find the answer to:
2007 Apr 02
2
(Newbie)Basic Basic global vs. local variables
My R code has got too complex to have a non-modular approach. Ive done some coding in other languages before, but I somehow cant figure out R's general rules for global and local variables. I have put a simple code below, if anyone can show me what i need to add to make this work, i would greatly appreciate it! #---------------------------------------- g_Means<-numeric()
2007 Apr 04
2
Newbie: Simple loops: complex troubles
I am used to java (well, i dont remember it really well, but anyway) I have having a really difficult time making simple loops to work. I got the following to work: ## ##Creates objects Ux1, Ux2, Ux2 etc. that all contain n numbers in a random distribution ## m<-c(m1,m2,m3,m4,m5,m6,m7,m8,m9,m10)#these are defined as numbers (means) v<-c(v1,v2,v3,v4,v5,v6,v7,v8,v9,v10)#these
2007 Apr 05
1
changing existing graphs optimally
hi there, right now i am going about things a round about route with graphs in that if i want to change the scale to log, I have to to a "reset" with add=F, then program things to be redrawn from scratch - bad coding basically:P in plot(), the first arguement it needs is data - how do you reference whats already there, rather than respecifying (or am i supposed to use a different