Displaying 9 results from an estimated 9 matches for "dassy".
Did you mean:
dass
2003 Aug 15
1
again Trellis plot
...function (...) {panel.abline(vector wich contains a value for each panel to draw a horizontal line on the y axis)}.
The plot was overridden by this statement and i got panels with horizontal lines ( in each panel the whole vector was drawn).
How can do this differently?
Thanks a lot for answers.
Dassy
2003 Aug 13
2
adding to Trellis plots
...l line, whose values are saved in "a", on each plot for each subject. Is there any possibility to do that? Obviously i should use something like panel.abline, the problem is how i can inform R that each value in "a" is a horizontal line for each plot.
Thanks a lot for answers.
Dassy
2003 Aug 06
2
Importing Data
Im trying to import data from an excel sheet or a sas file to R...im not
succeeding. Apparently the function read.xport for reading a SAS file doesnt
exist. What do i have to type in EXACTLY to read from an excel sheet(i guess
i would be using read.table?)?
Thanks in advance for an answer
Dassy
2003 Aug 21
1
Changing Color of Graphics Device
Hello!
Several of us here have tried to change the dark grey background color of the graphics device, without success. This grey background color only so far appears for Trellis plots. All other plots are shown with white background color. Is there any way to change this color?
Regards
Dassy
2003 Aug 21
1
graphics device
...down it shows me the panels of a graph i did last time but not of the graph i plotted now. I also tried to use the dev.next() etc. functions but the showing doesnt change. I guess i dont really understand how these functions work but i would like to print the whole set of panels.
Thanks for reply
Dassy
2003 Aug 26
0
bootstrapping nlme fits (was boot function)
...otstrapping. However, i get the error message:
Error: Unable to form Cholesky decomposition
or that convergence was not reached with the maximal interations.
What exactly does that mean? Is there possibly any connection to the fact that the subjects are not independent?
Thanks a lot for answers
Dassy
2005 May 26
1
longitudinal survey data
...structure within individual and I know that there is
the package survey for analyzing survey data. How can I combine both? I am
trying to calculate design-based estimates. However, if I use svyglm() from the
survey package I would ignore the correlation structure of the repeated measures.
Thanks!
Dassy
2003 Aug 22
1
boot function
...start=list(fixed=c(a=30,logt09=1)))
My idea was to put the index ( second variable of the statistcs function) in the subject as i want to generate different samples of subjects. I get the error that the vector ind was not found. I would be happy for any help concerning this problem.
Thanks a lot
Dassy
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
Good day,
would like to install the latest version of libvirt collected from sources for use bhyve.
Download ftp://libvirt.org/libvirt/libvirt-1.2.9.tar.gz,
system...
uname -a
FreeBSD vmserver 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
my actions:
./configure
make
sudo make install
next...
make