Displaying 4 results from an estimated 4 matches for "dstr".
Did you mean:
dst
2010 Jul 22
1
svydesign syntax
...to specify this sampling design. Can anyone
please check if the statement below is appropriate for my design?
#group represents the case (total of 132) vs control (253 out of the total
of 853 controls) groups; prob is 1 for cases and 253/853 for controls and
ssize=132 for cases and 853 otherwise;
dstr=svydesign(id=~1, strata=~group, prob=~prob, fpc=~ssize, data=noNA)
--
View this message in context: http://r.789695.n4.nabble.com/svydesign-syntax-tp2298793p2298793.html
Sent from the R help mailing list archive at Nabble.com.
2007 Dec 06
1
Building package - tab delimited example data issue
Hello,
I'm trying to integrate example data in the shape of a tab delimited ASCII
file into my package and therefore dropped it into the data subdirectory.
The build works out just fine, but when I attempt to install I get:
** building package indices ...
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
line 1 did not have 500 elements
Calls: <Anonymous>
2017 Sep 25
2
Incorrect Import by Data for CSV File
Good day,
The data function can import a variety of file formats, one of them being C.S.V. Problematically, all of the table columns are collapsed into a single data frame column. This occurs because "files ending .csv or .CSV are read using read.table(..., header = TRUE, sep = ";", as.is=FALSE)". I suggest that the semi-colon used as the column separator be changed to a
2005 Jan 08
1
Asterisk calls without soft phones
Hi every one:
I appreciate the conrtibution every one is making and
please forgive me for my question.
I have Asterisk running on Linux Redhat9 dstr. I
subscribed to a third party sip providers to make LD
calls. Can I initiate a call sessions from asterisk
CLI> command prompt after I configure extensions.conf
and iax.conf?
In case I need a soft phone, what is the necessary
configuration that the soft phone needs in order to
make calls via as...