Displaying 10 results from an estimated 10 matches for "proptest".
Did you mean:
poptest
2006 Oct 04
0
new package proptest
Dear R users,
The package proptest (http://www.davidkraus.net/proptest/) has been
recently released to CRAN.
The package provides functions for testing the proportional hazards
assumption in the Cox model for right censored survival data. Two types of
tests for identifying nonproportional covariates are implemented:
* data-driven...
2012 Jul 06
3
Tables extraction in R ?
Hi,
I 'm a novice user of R statistics and my hands-on experience with it is
minimal.
I want to create a table for my MBA course assignment that looks like the
ones that SPSS and MS Excel produces ,the data that the table has to include
are the following :
> table(agec)
agec
1 2 3
749 160 32
> x=table(agec)
> x
agec
1 2 3
749 160 32
>
> prop.table(x)
agec
2006 Oct 06
1
glm and plot.effects
...ot; "grDevices" "datasets" "base"
other attached packages:
effects doBy Hmisc chron weaver codetools
"1.0-9" "0.8" "3.1-1" "2.3-8" "1.0.0" "0.0-3"
digest proptest survival lme4 Matrix JGR
"0.2.2" "0.1-1" "2.29" "0.9975-0" "0.9975-1" "1.4-11"
iplots JavaGD rJava MASS lattice
"1.0-4" "0.3-5" "0.4-10" "...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...for userptr until first use
Connor Behan (1):
xf86drm: Fix ioctl struct clearing in drmAgpEnable
Damien Lespiau (3):
RELEASING: Fix releasing instructions to match the latest release.sh
RELEASING: Fix the step numbering
RELEASING: Fix annouce typo
Daniel Kurtz (3):
proptest: install it with --enable-install-test-programs
tests: add rockchip to modetest, kmstest, vbltest and proptest
xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic
Emil Velikov (39):
android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
android: simplify LOC...
2015 Dec 27
0
[ANNOUNCE] libdrm 2.4.66
...freedreno: don't reuse exported buffers
freedreno: drop exported dmabuf fd tracking
freedreno: debug msg cleanup
Stefan Agner (1):
tests: remove missleading comments
Thierry Reding (10):
tests: Split helpers into library
tests: Move name tables to libutil
proptest: Add Android support
tests: Add libkms-test library
tests: kms: Implement CRTC stealing test
tests: kms: Implement universal planes test
tests: Add helper to open a device/module
modetest: Use util_open()
proptest: Use util_open()
vbltest: Use util_open()...
2016 Apr 28
0
[ANNOUNCE] libdrm 2.4.68
...alid driver
Daniel Vetter (7):
headers: Remove _DRM_GEM
tests/kms-steal-crtc: Use correct includes
headers: Update drm_i915.h
headers: Update drm_sarea.h
headers: Update drm_fourcc.h
headers: Update drm_mode.h
headers: Update drm.h
Emil Velikov (1):
proptest: print signed values correctly
Eric Engestrom (6):
amdgpu: Fix spelling mistakes
exynos: Fix spelling mistake
freedreno: Fix spelling mistakes
intel: Fix spelling mistakes
tests: Fix spelling mistakes
xf86drm: Fix spelling mistakes
Gustavo Padovan (3):
te...
2017 Apr 04
0
[ANNOUNCE] libdrm 2.4.77
...(1):
configure.ac: bump the version to 2.4.77
Nicolai Hähnle (3):
amdgpu: add amdgpu_bo_va_op_raw
headers: sync amdgpu_drm.h from airlied/drm-next
headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed
Rob Herring (2):
Android: fix building of modetest and proptest
Android: disable pointer-arith and enum-conversion
Seung-Woo Kim (5):
exynos: fix type-punned pointer build warning
exynos/fimg2d: remove unused-function build warning
tests/exynos: remove unused-function build warning
tests/exynos: fix invalid code of error path in g...
2024 Aug 26
0
[ANNOUNCE] libdrm 2.4.123
...PU in crosvm
John Stultz (1):
Android.bp: Add include exports for android dir
Mark Collins (1):
Disable ioctl signed overload for Bionic libc
Matt Turner (1):
build: bump version to 2.4.123
Su Hong Koo (2):
Delete all Makefile.sources files
tests: Make modetest and proptest cc_binary in Android.bp
git tag: libdrm-2.4.123
https://dri.freedesktop.org/libdrm/libdrm-2.4.123.tar.xz
SHA256: a2b98567a149a74b0f50e91e825f9c0315d86e7be9b74394dae8b298caadb79e libdrm-2.4.123.tar.xz
SHA512: d3e6ba26bbd609fd87ca131690547eeb6a903c0a8c28b7f5cd5d0947619da09f31daf7bf4b6c38bf5e5dc173...
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
...umb buffers with the correct bpp
Maarten Lankhorst (2):
only enable support for freedreno on arm automatically
configure.ac: bump version to 2.4.59 for release
Michel Dänzer (1):
radeon: Always multiply pitch_bytes by nsamples, not by slice_pt
Paulo Zanoni (1):
tests: add proptest
Rob Clark (6):
freedreno: do handle lookup on handle and dmabuf import
modetest: universal plane support
modetest: alpha buffers
update signed/object prop types
configure/freedreno: make KGSL support optional
configure/freedreno: enable freedreno by default
Thi...
2010 Aug 24
2
chisq.test on samples of different lengths
Hello,
I am trying to see whether there has been a significant difference in whether people experienced damages from wildlife in two different years. I therefore have two columns:
year 1:
yes
no
no
no
yes
yes
no
year 2:
no
yes
no
yes
I wanted to do a chisq.test, but if I enter it this way:
chisq.test(year1, year2)
I get the error saying the columns are two different lengths. So then I tried