animal: Create an Animal object from a data frame

View source: R/clinic_Animal.R

animalR Documentation

Create an Animal object from a data frame

Description

Create an Animal object from a data frame

Usage

animal(
  x,
  Time = "Time",
  Group = "Group",
  ID = "ID",
  tumorSize = "tumor_size_mm",
  weight = "weigth_g"
)

Arguments

x

a data frame

Time

Time.Character.

Group

The group of animals

ID

The ID of animals

tumorSize

a specified tumor size vector for animals. Always looks like: '7.15,8.56;4.85,9.65;'

weight

The weight of animals

Value

Animal-class

Author(s)

Weibin Huang<654751191@qq.com


huangwb8/luckyExperiment documentation built on June 29, 2023, 10:15 a.m.