search for: backbound

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

2018 Feb 12
3
plotting the regression coefficients
...age. How can I make the plot to print out on multiple pages? Regards, Greg On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com<mailto:mak.hholly at gmail.com>> wrote: Hi Petr; Thanks so much. Exactly this is what I need. I will play to change color and so on but this backbound is perfect to me. I do appreciate your help and support. Regards, Greg On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz>> wrote: Hi I copied your values to R, here it is > dput(temp) temp <- structure(list(par1 = structure(...
2018 Feb 12
0
plotting the regression coefficients
...on multiple pages? > > Regards, > > Greg > > On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com<mailto:mak.hholly at gmail.com>> wrote: > Hi Petr; > > Thanks so much. Exactly this is what I need. I will play to change color and so on but this backbound is perfect to me. I do appreciate your help and support. > > Regards, > Greg > > On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz>> wrote: > Hi > I copied your values to R, here it is > >> dput(temp) &gt...
2018 Feb 08
2
plotting the regression coefficients
Hi Petr; Thanks so much. Exactly this is what I need. I will play to change color and so on but this backbound is perfect to me. I do appreciate your help and support. Regards, Greg On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > Hi > > I copied your values to R, here it is > > > > > dput(temp) > > > > temp <- structure(list(par...
2018 Feb 12
2
plotting the regression coefficients
...t; > > Greg > > > > On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com<mailto: > mak.hholly at gmail.com>> wrote: > > Hi Petr; > > > > Thanks so much. Exactly this is what I need. I will play to change color > and so on but this backbound is perfect to me. I do appreciate your help > and support. > > > > Regards, > > Greg > > > > On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz< > mailto:petr.pikal at precheza.cz>> wrote: > > Hi > > I copied your values...
2018 Feb 12
0
plotting the regression coefficients
...pages? > > > > Regards, > > > > Greg > > > > On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com> wrote: > > Hi Petr; > > > > Thanks so much. Exactly this is what I need. I will play to change color > and so on but this backbound is perfect to me. I do appreciate your help > and support. > > > > Regards, > > Greg > > > > On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > > Hi > > I copied your values to R, here it is > > > > > dpu...
2018 Feb 12
2
plotting the regression coefficients
...age. How can I make the plot to print out on multiple pages? Regards, Greg On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com<mailto:mak.hholly at gmail.com>> wrote: Hi Petr; Thanks so much. Exactly this is what I need. I will play to change color and so on but this backbound is perfect to me. I do appreciate your help and support. Regards, Greg On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz>> wrote: Hi I copied your values to R, here it is > dput(temp) temp <- structure(list(par1 = structure(...
2018 Feb 13
0
plotting the regression coefficients
...8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com<mailto:mak.hholly at gmail.com><mailto:mak.hholly at gmail.com<mailto:mak.hholly at gmail.com>>> wrote: > Hi Petr; > > Thanks so much. Exactly this is what I need. I will play to change color and so on but this backbound is perfect to me. I do appreciate your help and support. > > Regards, > Greg > > On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz><mailto:petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz>>> wrote:...
2018 Feb 10
0
plotting the regression coefficients
...ery messy in one page. How can I make the plot to print out on multiple pages? Regards, Greg On Thu, Feb 8, 2018 at 4:33 PM, greg holly <mak.hholly at gmail.com> wrote: > Hi Petr; > > Thanks so much. Exactly this is what I need. I will play to change color > and so on but this backbound is perfect to me. I do appreciate your help > and support. > > Regards, > Greg > > On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > >> Hi >> >> I copied your values to R, here it is >> >> >> >> >...
2018 Feb 08
0
plotting the regression coefficients
Hi I copied your values to R, here it is > dput(temp) temp <- structure(list(par1 = structure(1:4, .Label = c("x1", "x2", "x3", "x4"), class = "factor"), y1 = c(-0.19, 0.45, -0.09, -0.16), y2 = c(0.4, -0.75, 0.14, -0.01), y3 = c(-0.06, -8.67, 1.42, 2.21), y4 = c(0.13, -0.46, 0.06, 0.06)), .Names = c("par1", "y1",
2018 Feb 08
2
plotting the regression coefficients
Hi Petr; Thanks for your reply. It is much appreciated. A small example is given below for 4 independent and 4 dependent variables only. The values given are regression coefficients.I have looked ggplot documents before writing to you. Unfortunately, I could not figure out as my experience in ggplot is ignorable Regards. Greg y1 y2 y3 y4 x1 -0.19 0.40 -0.06 0.13 x2 0.45 -0.75 -8.67 -0.46 x3