search for: ookie

Displaying 10 results from an estimated 10 matches for "ookie".

Did you mean: cookie
2010 Aug 24
5
Sweave.sty
Does anyone know where I can download the latest version of Sweave.sty? I have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with no luck.
2010 Aug 21
3
cbind
Is there a way to rename the columns to something like A and B in the cbind function? x <- rnorm(n = 10, mean = 0, sd = 1) y <- rnorm(n = 10, mean = 0, sd = 1) cbind(x,y)
2010 Aug 20
6
No RTFM?
...be very polite. Any replies for help that contain language disrespectful towards the user asking the question, i.e. "STFU" or "RTFM" are unacceptable and will not be tolerated. ?Ubuntu Forums Gavin Simpson and I recently provided examples answering a question from "r.ookie" that had previously elicited responses, ""You want us to read the help page to you?" and "It yet again appears that you are asking us to read the help pages for you." I can appreciate the sentiment in fortunes('rtfm'). In this case, however, "r.ookie...
2010 Aug 19
2
Aspect Ratio
set.seed(1) x <- rnorm(n = 1000, mean = 0, sd = 1) plot(x = x, asp = 2000) Could someone please explain what the 'asp' parameter is doing?
2010 Aug 24
3
multiple assignments ?
Simple one, have read and googled, still no luck! I want to create several empty vectors all of the same length. I would like multiple empty vectors (vec1, vec2, vec3) and want to create them all in one line. I've tried vec1,vec2,vec3 <- vector(length=5) and c(vec1,vec2,vec3) <- vector(length=5) and several other attempts but nothing seems to work ... suggestions? Thanks Jim
2009 Jul 19
1
trouble using optim for maximalisation of 2-parameter function
...ers: mu=3 and sigma=2.366 [This I calculated by hand to compare with the output] but in stead of output I get an error: Error in fn(par, ...) : argument "theta" is missing, with no default I don't understand why this happened? I hope someone can help me with this for I am still a [R]ookie. Kind regards, Sonko Lady [Anjali] [[alternative HTML version deleted]]
2017 Oct 04
5
X11forwarding yes: how to debug/setup after xauth fix
...hen I load any version of openssh prior to Openssh-7.2 I get the expected X11 behavior over an ssh(d) X11forwarding tunnel. So, what should I be looking at on my server or client-side. Is there a different setting I should be using? I am still using the "putty" setting of: MIT-Magic-Cookie-1. (I'll test, in a moment using XDM-Authorization-1). However, the hint I am hoping for is the flag to set for sshd (e.g., -ddddd) and what debug string - to see if X11forwarding is attempted, and if so, why it is rejected by the sshd. Again - no changes to client-side - openssh-7.1 and ea...
2017 Oct 12
2
X11forwarding yes: how to debug/setup after xauth fix
...Openssh-7.2 I get the expected >> X11 behavior over an ssh(d) X11forwarding tunnel. >> >> So, what should I be looking at on my server or client-side. Is there >> a different setting I should be using? I am still using the "putty" >> setting of: MIT-Magic-Cookie-1. (I'll test, in a moment using >> XDM-Authorization-1). However, the hint I am hoping for is the flag >> to set for sshd (e.g., -ddddd) and what debug string - to see if >> X11forwarding is attempted, and if so, why it is rejected by the sshd. >> >> Again - no...
2010 Aug 24
0
mlm for within subject design
...goal with using dlm is to compute the likelihood function in order to do an MLE. Is there a recommended way of handling this problem? Would another package be easier to use in this case? -- Scott --Forwarded Message Attachment-- From: Greg.Snow at imail.org CC: r-help at r-project.org To: r.ookie at live.com; dwinsemius at comcast.net Date: Mon, 23 Aug 2010 11:42:44 -0600 Subject: Re: [R] Aspect Ratio A couple of additional examples of when asp is important to use: The command abline(0,1) adds a line to the current plot, this line is often referred to as the 45 degree line, but the angle...
2010 Aug 19
0
Displaying of Results
I apologize if this posting shows up again, for some reason I wasn't able to post from a different account. So, here I am (reborn). Could I have some suggestions as to how I can display my results and their respective CIs in an aesthetically pleasing manner? Below is the example code. rm(list = ls()) set.seed(1) func <- function(d,t,beta,lambda,alpha,p.gamma,delta,B){ d <-