Displaying 20 results from an estimated 900 matches similar to: "Standard errors of least squares adjusted means"
2014 May 28
1
vnet device not appearing
Hello
I have a virtual server with 3 existing VMs running on it without issue.
The host has 4 NICs installed; em1 for the host, em2 and em3 already in
use by other VMs.
I would like to dedicate em4 to my new VM however when I create the bridge
like I did for the others I do not get a vnet3 device show up in the list
as shown below.
I tried using the GUI and virsh to create the bridge. I ended
2007 Oct 12
5
ZFS on EMC Symmetrix
If anyone is running this configuration, I have some questions for you about Page83 data errors.
This message posted from opensolaris.org
2008 Oct 29
2
Barplot: Vertical bars with long labels
Dear List,
I need a barplot with vertical bars. Each bar should have a label.
The problem is, that the labels are too long, so they overlap, or
only every seccond label is displayed in the output.
Here is a little syntax:
dd <- c(100,110,90,105,95)
barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit',
'Eating Disorders',
2009 Mar 02
1
xy-plot alb font size
I would appreciate any help for the following question. How to increase the
font size of labels for the x and y axes in the following code?
---------------------------------
xyplot(lbxglu~lbxgh|eth,reg.dat.5, panel = p, col = 1:2,
par.strip.text = list(cex = 1.25,col="brown"),
xlab="A1C",ylab="Fasting Plasma Glucose", main="FPG")
p <- function(..., col)
2017 Nov 23
2
How to supervise a Voicemail box with a BLF button ? What does "State:Unavailable" exactly means ?
Hi,
1. How do you then, synced then unread message presence with custom device
status ? From an external program ? When a user leaves VoiceMailMan
application ? Using externnotify ?
2. What is MWI:101 at default expression for (see [2] ?
Cheers
[2]
https://wiki.freepbx.org/display/FPG/Subscribe+a+BLF+button+to+Monitor+a+Voicemail+Box
2017-11-21 17:58 GMT+01:00 John Kiniston <johnkiniston at
2009 Jan 24
1
Help with dudi.pca
Dear R-helpers,
I have two data frames, op and em4:
> str(op)
'data.frame': 37 obs. of 5 variables:
$ m : num 0.202 0.336 0.122 0.139 0.14 ...
$ lln : num 0.798 0.643 0.863 0.835 0.823 ...
$ rrn : num 0.789 0.702 0.894 0.895 0.923 ...
$ asym2: num 0.177 0.304 0.108 0.187 0.274 ...
$ asym3: num 0.0755 0.0975 0.0818 0.0651 0.13 ...
> str(rownames(op))
chr
2008 May 08
0
MANCOVA in R
Hello,
I have subjects in 4 groups: X1, X2, X3, X4. There are 33 subjects in
group X1, 35 in X2, 31 in X3, and 46 in group X4. I have 7 continuous
response variables (actually integers, approximately normal) measured
for each subject: Y1 to Y7, and two continuous covariates C1, C2 (they
are both integers).
I want to perform all pairwise comparisons for each response variable
between groups.
2017 Nov 20
2
How to supervise a Voicemail box with a BLF button ? What does "State:Unavailable" exactly means ?
Hello,
I'm trying to supervise an existing Voicemail box with a BLF button on
Debian's asterisk 13.14.1 system.
I mostly found this [1] document.
I added in a context a line like:
exten = *7000,hint,MWI:31 at default
With "core show hints", I can read this:
*7000 at subs : MWI:31 at default State:Unavailable
Presence:not_set Watchers 1
My questions
2013 Nov 17
4
FactoMineR
Estimados
Queremos con el paquete FactoMineR hacer este tipo de tabla de mortalidad
que lea los datos desde de una tabla csv
Realizamos lo que viene en la ayuda y es muy interesante, sin embargo cuando
mandamos a leer desde la tabla csv original de los autores
no hace el análisis porque algo falta y no nos percatamos de que es. Adjunto
tabla original
Saludos cordiales
#ESTO ES LO QUE
2005 Jun 17
2
drop elements of vector by class
i'm trying to build a little summary table for the contents of a data frame.
t<-sapply(macro, data.class)
c<-sapply(macro, length)
m<-sapply(macro, mean, na.rm=T, digits=2)
cbind(type=t, n=c , mean=m)
I want to drop the variables that are factors so I can include -max- and
-min- in my table.
-macro- contacts the data--how do I drop the variables according to their
data.class
2013 Nov 17
1
FactoMineR
Hola.
Como te dijo Carlos, el problema está en los nombres de las columnas y en
los nombres de las filas. Cuando hice la importación (con
dd<-read.csv('mortality.csv'), tuve problemas con las filas de nombre:
- Malignant tumour of the larynx trachea bronchus and lungs
- Malignant tumour of the lip pharynx and mouth
- Other endocrinological metabolic and nutritional conditions
2002 Feb 14
1
Advice on using barplot
Greetings-
I'm venturing into a new (for me) area of using R: some presentation
graphics based on R data.
I'd like to compare two distributions of ordinal variables in relatively
small (N=203 and 207) subsets of an R dataset. I can get a reasonably
good picture of the distributions' differences with:
x11()
plot(table(hcd.df$auth.sum[hcd.df$datecat==1]),
2002 Jan 27
5
EPS->LaTeX problem
Greetings-
I have a strange problem displaying a graph from R (1.3.1, linux) in a
LaTeX document of documentclass seminar.
I'm using graphicx to include the file:
\usepackage{graphicx}
...
\resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}}
When I do this, the entire slide (including the page number) is rotated
180 degrees. Any ideas why this happens?
The graph was created
2007 Jun 11
2
how to ignore error messages?
Dear group:
I wrote a code to iterate a non-linear fit with a set of data. The entire
process didn't implemented to the end because an error message, "singular
gradient". I knew that some sub-sets (columns) do not fit my formula well
and may result in parameters going to infinity. It is pretty hard to remove
those sub sets before running the code since that will take a lot of
2002 Feb 08
3
Plotting multiple columns on same graph
I'd like to produce a series of simple line graphs for my methods class
that show the three questions used on a repeated survey to make up a
particular index. The data frame is:
> efficacy.df
year complicated havesay dontcare
1 1952 71 68 63
2 1954 NA NA NA
3 1956 64 71 71
4 1958 NA NA NA
5 1960
2002 Jan 27
1
DBM databases for R?
Hello!
Can I use DBM databases (as they are used in Perl) for the import of
large datasets in R?
Thanks in advance for your help,
Petra Steiner
-
---------------------------------------------------
Petra Steiner
Arbeitsbereich Linguistik
Universitaet Muenster
Huefferstrasse 27
48149 Muenster
2007 Feb 26
3
PLotting R graphics/symbols without user x-y scaling
Is it possible to add lines or other
user defined graphics
to a plot in R that does not depend on
the user scale for the plot?
For example I have a plot
plot(x,y)
and I want to add some graphic that is
scaled in inches or cm but I do not want the
graphic to change when the x-y scales are
changed - like a thermometer, scale bar or
other symbol -
How does one do this?
I want to build my own
2007 Aug 03
2
Managing global/local variables when creating R packages
I'm working on a package for R to create graphs for modeling
interactions between latent variables in SEM. At the moment, I have one
function which performs the necessary steps to prepare the data for
graphing, and then separate graphing functions depending on what graph
type (or types) the user wants. To get the prepped data from the setup
function to the graphing functions, I
2009 Sep 19
1
plotting least-squares residuals against x-axis
Hi,
I want to plot the residuals of a least-squares regression.
plot(lm(y~x), which=1)
does this, but it plots the y-axis of my data on the x-axis of the
residuals plot. That is, it plots the residual for each y-value in the
data. Can I instead use the x-axis of my data as the x-axis of the
residuals plot, showing the residual for a given x?
Thanks!
Jason Priem
University of North
2001 Jun 06
3
HLM-like analysis in R
Greetings-
I have some data on which I need to do something like a Hierarchical
Linear Model (please bear with me, I'm only learning the technique so I
don't know yet if my language is correct). Essentially I'm analyzing data
at two levels simultaneously; data are about individuals an organizations
of which they are members.
Can someone point me toward an appropriate package in R?